aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/xwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wlr/xwm.h')
-rw-r--r--include/wlr/xwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/wlr/xwm.h b/include/wlr/xwm.h
index 242ff9cc..65681607 100644
--- a/include/wlr/xwm.h
+++ b/include/wlr/xwm.h
@@ -93,7 +93,8 @@ struct wlr_xwm {
const xcb_query_extension_reply_t *xfixes;
- struct wl_listener compositor_surface_create;
+ struct wl_listener compositor_new_surface;
+ struct wl_listener compositor_destroy;
struct wl_listener seat_selection;
struct wl_listener seat_primary_selection;
};