remove typedef Decoration

This commit is contained in:
Leonardo Hernandez Hernandez 2021-09-28 18:08:52 -05:00 committed by Leonardo Hernández Hernández
parent 2d2c21664c
commit d1ff1e6f75
Failed to generate hash of commit

5
dwl.c
View file

@ -119,11 +119,6 @@ typedef struct {
int isfullscreen;
} Client;
typedef struct {
struct wl_listener request_mode;
struct wl_listener destroy;
} Decoration;
typedef struct {
uint32_t mod;
xkb_keysym_t keysym;