aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-05-03 11:38:34 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-05-03 11:38:34 -0500
commit7afe152c47de22ba974b85ef2bfa76490bb33a54 (patch)
tree75c4e85d1f4c67421b012bf2b3ab56e553e203b6 /dwl.c
parent1b87831e00181cfc83a5f6eb3d60b8a2d83ace8e (diff)
add reminder comment
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index c07d1c7..06e60aa 100644
--- a/dwl.c
+++ b/dwl.c
@@ -535,6 +535,7 @@ focusclient(Client *c, struct wlr_surface *surface, int lift)
* simplification that can be done in this function */
prev_surface = seat->keyboard_state.focused_surface;
/* Don't re-focus an already focused surface. */
+ /* XXX need to move raiseclient before this */
if (prev_surface == surface)
return;
if (prev_surface) {