linux-drm-syncobj: add missing decls in the header

This commit is contained in:
Kirill Primak 2024-08-15 11:29:31 +03:00 committed by Simon Ser
parent baaec88e2f
commit ee21deb458

View File

@ -12,6 +12,9 @@
#include <wayland-server-core.h>
#include <wlr/util/addon.h>
struct wlr_buffer;
struct wlr_surface;
struct wlr_linux_drm_syncobj_surface_v1_state {
struct wlr_drm_syncobj_timeline *acquire_timeline;
uint64_t acquire_point;