summaryrefslogtreecommitdiff
path: root/libweston-desktop/libweston-desktop.h
diff options
context:
space:
mode:
Diffstat (limited to 'libweston-desktop/libweston-desktop.h')
-rw-r--r--libweston-desktop/libweston-desktop.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libweston-desktop/libweston-desktop.h b/libweston-desktop/libweston-desktop.h
index 03b04c7b..a0fb9381 100644
--- a/libweston-desktop/libweston-desktop.h
+++ b/libweston-desktop/libweston-desktop.h
@@ -164,6 +164,9 @@ weston_desktop_surface_set_size(struct weston_desktop_surface *surface,
int32_t width, int32_t height);
void
weston_desktop_surface_close(struct weston_desktop_surface *surface);
+void
+weston_desktop_surface_add_metadata_listener(struct weston_desktop_surface *surface,
+ struct wl_listener *listener);
void *
weston_desktop_surface_get_user_data(struct weston_desktop_surface *surface);