Revert "remove typedef `Decoration`" This reverts commit d1ff1e6f75d9c53c953957b5c0a64e0bcb40008b.
1 files changed, 5 insertions(+), 0 deletions(-) M dwl.c
M dwl.c => dwl.c +5 -0
@@ 134,6 134,11 @@ typedef struct { } Client; typedef struct { + struct wl_listener request_mode; + struct wl_listener destroy; +} Decoration; + +typedef struct { uint32_t mod; xkb_keysym_t keysym; void (*func)(const Arg *);