mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/drm_syncobj: add addon set
This commit is contained in:
parent
8e36040e88
commit
ca29f43a54
2 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <wayland-server-core.h>
|
||||
#include <wlr/util/addon.h>
|
||||
|
||||
/**
|
||||
* A synchronization timeline.
|
||||
|
|
@ -29,6 +30,8 @@ struct wlr_drm_syncobj_timeline {
|
|||
int drm_fd;
|
||||
uint32_t handle;
|
||||
|
||||
struct wlr_addon_set addons;
|
||||
|
||||
struct {
|
||||
size_t n_refs;
|
||||
} WLR_PRIVATE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue