commit 9308a90d11e1379de8759063b6495f8decc4cf03
parent 8e81c90f31c5df365a7f684834ab6b50ba589468
Author: Guido Cella <guidocella91@gmail.com>
Date: Fri, 4 Sep 2020 17:58:53 +0200
remove comment
I don't know why it wasn't working before but now it does ¯\(ツ)/¯
(it wasn't caused by the just removed code either)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwl.c b/dwl.c
@@ -2085,7 +2085,7 @@ unmaplayersurface(LayerSurface *layersurface)
if (layersurface->layer_surface->surface ==
seat->keyboard_state.focused_surface)
focusclient(NULL, selclient(), 1);
- motionnotify(0); // XXX why doesn't this work?
+ motionnotify(0);
}
void