dwl

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

commit 6c8be38ec49273cc22faa4849295aaff5e39bfba
parent 417e37f98877975ad19b13c9c09f0837684668e7
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Mon, 15 Jan 2024 02:19:02 +0000

drop unused variable

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

diff --git a/dwl.c b/dwl.c @@ -1483,7 +1483,6 @@ locksession(struct wl_listener *listener, void *data) void maplayersurfacenotify(struct wl_listener *listener, void *data) { - LayerSurface *l = wl_container_of(listener, l, map); motionnotify(0); }