From c5a7202cd9a49a0ee28e6af07a30d3702d170211 Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sat, 3 Jun 2023 13:01:27 +0200 Subject: [PATCH] noxwl: add missing stubs --- src/helpers/XWaylandStubs.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;