Revert "remove typedef Decoration"

This reverts commit d1ff1e6f75.
This commit is contained in:
Leonardo Hernández Hernández 2023-12-08 12:52:56 -06:00
parent 7afdc191fe
commit a71b368483
Failed to generate hash of commit

5
dwl.c
View file

@ -133,6 +133,11 @@ typedef struct {
uint32_t resize; /* configure serial of a pending resize */ uint32_t resize; /* configure serial of a pending resize */
} Client; } Client;
typedef struct {
struct wl_listener request_mode;
struct wl_listener destroy;
} Decoration;
typedef struct { typedef struct {
uint32_t mod; uint32_t mod;
xkb_keysym_t keysym; xkb_keysym_t keysym;