mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/gbm_allocator: document that DRM primary FDs work
This commit is contained in:
parent
f0303978e3
commit
9dd059376c
1 changed files with 2 additions and 2 deletions
|
|
@ -20,10 +20,10 @@ struct wlr_gbm_allocator {
|
|||
};
|
||||
|
||||
/**
|
||||
* Creates a new GBM allocator from a render FD.
|
||||
* Creates a new GBM allocator from a DRM FD.
|
||||
*
|
||||
* Takes ownership over the FD.
|
||||
*/
|
||||
struct wlr_gbm_allocator *wlr_gbm_allocator_create(int render_fd);
|
||||
struct wlr_gbm_allocator *wlr_gbm_allocator_create(int drm_fd);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue