dwl

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

commit caac2d664db998beddeeececd7253a11a665c162
parent b1740056d5e9f81888fc9cb3e016bdb8eff054c1
Author: Leonardo Hernández Hernández <leohdz172@proton.me>
Date:   Thu, 16 Nov 2023 21:46:46 -0600

explicitly return -1 in the first check in toplevel_from_wlr_surface

Diffstat:
Mclient.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client.h b/client.h @@ -39,7 +39,7 @@ toplevel_from_wlr_surface(struct wlr_surface *s, Client **pc, LayerSurface **pl) #endif if (!s) - return type; + return -1; root_surface = wlr_surface_get_root_surface(s); #ifdef XWAYLAND