mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 21:15:59 +01:00
render/allocator/gbm: fix create() docs for FD ownership
Fixes: d9d8fc1ab9
("render/allocator: re-open GBM FD")
This commit is contained in:
parent
d9d8fc1ab9
commit
ee6c841d47
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ struct wlr_gbm_allocator {
|
|||
/**
|
||||
* Creates a new GBM allocator from a DRM FD.
|
||||
*
|
||||
* Does not take ownership over the FD.
|
||||
* Takes ownership over the FD.
|
||||
*/
|
||||
struct wlr_allocator *wlr_gbm_allocator_create(int drm_fd);
|
||||
|
||||
|
|
Loading…
Reference in a new issue