mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-18 22:05:48 -05:00
cursor: add support for linux-drm-syncobj-v1
This commit is contained in:
parent
5f88635118
commit
738bbf01ee
4 changed files with 40 additions and 6 deletions
|
|
@ -45,6 +45,8 @@ struct wlr_output_cursor {
|
|||
int32_t hotspot_x, hotspot_y;
|
||||
struct wlr_texture *texture;
|
||||
bool own_texture;
|
||||
struct wlr_drm_syncobj_timeline *wait_timeline;
|
||||
uint64_t wait_point;
|
||||
struct wl_listener renderer_destroy;
|
||||
struct wl_list link;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue