remove typedef Decoration
This commit is contained in:
parent
2d2c21664c
commit
d1ff1e6f75
1 changed files with 0 additions and 5 deletions
5
dwl.c
5
dwl.c
|
@ -119,11 +119,6 @@ typedef struct {
|
||||||
int isfullscreen;
|
int isfullscreen;
|
||||||
} 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;
|
||||||
|
|
Loading…
Reference in a new issue