summaryrefslogtreecommitdiffstats
path: root/wayland-client.h
diff options
context:
space:
mode:
Diffstat (limited to 'wayland-client.h')
-rw-r--r--wayland-client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wayland-client.h b/wayland-client.h
index cb2bd29..13b4776 100644
--- a/wayland-client.h
+++ b/wayland-client.h
@@ -95,6 +95,9 @@ void wl_surface_copy(struct wl_surface *surface, int32_t dst_x, int32_t dst_y,
void wl_surface_damage(struct wl_surface *surface,
int32_t x, int32_t y, int32_t width, int32_t height);
+void wl_surface_set_user_data(struct wl_surface *surface, void *user_data);
+void *wl_surface_get_user_data(struct wl_surface *surface);
+
struct wl_output;
struct wl_output_listener {
void (*geometry)(void *data,