summaryrefslogtreecommitdiff
path: root/src/wayland-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-private.h')
-rw-r--r--src/wayland-private.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wayland-private.h b/src/wayland-private.h
index 71066b5..eec7dff 100644
--- a/src/wayland-private.h
+++ b/src/wayland-private.h
@@ -39,6 +39,12 @@
#define WL_SERVER_ID_START 0xff000000
#define WL_CLOSURE_MAX_ARGS 20
+struct wl_object {
+ const struct wl_interface *interface;
+ const void *implementation;
+ uint32_t id;
+};
+
extern struct wl_object global_zombie_object;
#define WL_ZOMBIE_OBJECT ((void*)&global_zombie_object)