dwl

My patch set and modifications to dwl
git clone git://git.ethandl.dev/dwl
Log | Files | Refs | README | LICENSE

commit d1ff1e6f75d9c53c953957b5c0a64e0bcb40008b
parent 2d2c21664cb01b18d3543c45d64f574e406f5a3f
Author: Leonardo Hernandez Hernandez <leohdz172@outlook.com>
Date:   Tue, 28 Sep 2021 18:08:52 -0500

remove typedef `Decoration`

Diffstat:
Mdwl.c | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/dwl.c b/dwl.c @@ -120,11 +120,6 @@ 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 *);