mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-14 14:32:57 -04:00
backend/drm: add support for PAGE_FLIP_EVENT property
This commit is contained in:
parent
b287e361fc
commit
8e5f68833d
5 changed files with 39 additions and 9 deletions
|
|
@ -41,6 +41,7 @@ struct wlr_drm_crtc_props {
|
|||
uint32_t active;
|
||||
uint32_t mode_id;
|
||||
uint32_t out_fence_ptr;
|
||||
uint32_t page_flip_event;
|
||||
};
|
||||
|
||||
struct wlr_drm_plane_props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue