dwl

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

commit f8373ccf2581fa481602bbb7528ba8871f6d5c85
parent 7f9a21247613a0d8ba6575869220e29071a40c64
Author: pino-desktop <xmvziron>
Date:   Sun,  8 Jan 2023 17:37:24 +0100

Fixed 'unused variable' compiler warning.

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

diff --git a/dwl.c b/dwl.c @@ -1526,7 +1526,6 @@ mapnotify(struct wl_listener *listener, void *data) } c->scene->node.data = c->scene_surface->node.data = c; -#ifdef XWAYLAND /* Handle unmanaged clients first so we can return prior create borders */ if (client_is_unmanaged(c)) { client_get_geometry(c, &c->geom); @@ -1540,7 +1539,6 @@ mapnotify(struct wl_listener *listener, void *data) } goto unset_fullscreen; } -#endif for (i = 0; i < 4; i++) { c->border[i] = wlr_scene_rect_create(c->scene, 0, 0, bordercolor);