diff --git a/dwl.c b/dwl.c index 6aa2cf3..43376be 100644 --- a/dwl.c +++ b/dwl.c @@ -132,6 +132,11 @@ typedef struct { uint32_t resize; /* configure serial of a pending resize */ } Client; +typedef struct { + struct wl_listener request_mode; + struct wl_listener destroy; +} Decoration; + typedef struct { uint32_t mod; xkb_keysym_t keysym;