diff --git a/src/helpers/XWaylandStubs.hpp b/src/helpers/XWaylandStubs.hpp index 59b73bbf..940bcce0 100644 --- a/src/helpers/XWaylandStubs.hpp +++ b/src/helpers/XWaylandStubs.hpp @@ -28,8 +28,7 @@ typedef struct { } xcb_size_hints_t; typedef unsigned int xcb_window_t; -typedef enum xcb_stack_mode_t -{ +typedef enum xcb_stack_mode_t { XCB_STACK_MODE_ABOVE = 0, XCB_STACK_MODE_BELOW = 1, XCB_STACK_MODE_TOP_IF = 2, @@ -112,6 +111,8 @@ struct wlr_xwayland_surface { struct wl_signal map; struct wl_signal unmap; + struct wl_signal associate; + struct wl_signal dissociate; struct wl_signal set_title; struct wl_signal set_class; struct wl_signal set_role;