diff options
author | Simon Ser <contact@emersion.fr> | 2021-01-15 11:25:30 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-01-15 11:25:30 +0100 |
commit | 9dd059376c87369b239ec99612b9a3a2abac9485 (patch) | |
tree | 8251ac69720c769e3b9e445a77126e209edceb2e | |
parent | f0303978e3a0752c207b471fb1f92a78a3ec13b9 (diff) |
render/gbm_allocator: document that DRM primary FDs work
-rw-r--r-- | include/render/gbm_allocator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/render/gbm_allocator.h b/include/render/gbm_allocator.h index f4627b90..d4cd233e 100644 --- a/include/render/gbm_allocator.h +++ b/include/render/gbm_allocator.h @@ -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 |