mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
linux-drm-syncobj: add missing decls in the header
(cherry picked from commit ee21deb458)
This commit is contained in:
parent
a095120b7d
commit
7df7b0e092
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue