summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-09-04 17:58:53 +0200
committerGuido Cella <guidocella91@gmail.com>2020-09-04 18:04:20 +0200
commit9308a90d11e1379de8759063b6495f8decc4cf03 (patch)
treecade1a9c3769724296bf8ed22c22db7b8879a537
parent8e81c90f31c5df365a7f684834ab6b50ba589468 (diff)
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)
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 165a7c2..7c4fc0b 100644
--- 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