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
No known key found for this signature in database
GPG Key ID: E538897EE11B9624
1 changed files with 0 additions and 5 deletions

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;