summaryrefslogtreecommitdiffstats
path: root/wayland.h
diff options
context:
space:
mode:
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/wayland.h b/wayland.h
index 619dc26..293a1b5 100644
--- a/wayland.h
+++ b/wayland.h
@@ -91,6 +91,7 @@ struct wl_compositor {
struct wl_surface {
struct wl_object base;
struct wl_client *client;
+ struct wl_list link;
};
struct wl_compositor_interface {
@@ -139,6 +140,10 @@ wl_client_add_surface(struct wl_client *client,
uint32_t id);
void
+wl_client_remove_surface(struct wl_client *client,
+ struct wl_surface *surface);
+
+void
wl_client_send_acknowledge(struct wl_client *client,
struct wl_compositor *compositor,
uint32_t key, uint32_t frame);