mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
linux-drm-syncobj: add missing decls in the header
This commit is contained in:
parent
baaec88e2f
commit
ee21deb458
@ -12,6 +12,9 @@
|
|||||||
#include <wayland-server-core.h>
|
#include <wayland-server-core.h>
|
||||||
#include <wlr/util/addon.h>
|
#include <wlr/util/addon.h>
|
||||||
|
|
||||||
|
struct wlr_buffer;
|
||||||
|
struct wlr_surface;
|
||||||
|
|
||||||
struct wlr_linux_drm_syncobj_surface_v1_state {
|
struct wlr_linux_drm_syncobj_surface_v1_state {
|
||||||
struct wlr_drm_syncobj_timeline *acquire_timeline;
|
struct wlr_drm_syncobj_timeline *acquire_timeline;
|
||||||
uint64_t acquire_point;
|
uint64_t acquire_point;
|
||||||
|
Loading…
Reference in New Issue
Block a user