mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2025-01-30 20:34:19 +01:00
readme: add missing variable decl in example
This commit is contained in:
parent
de7a7fe5f9
commit
dd0e550a99
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ struct liftoff_display *display;
|
|||
struct liftoff_output *output;
|
||||
struct liftoff_layer *layer;
|
||||
drmModeAtomicReq *req;
|
||||
int ret;
|
||||
|
||||
display = liftoff_display_create(drm_fd);
|
||||
output = liftoff_output_create(display, crtc_id);
|
||||
|
|
Loading…
Add table
Reference in a new issue