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)
This commit is contained in:
parent
8e81c90f31
commit
9308a90d11
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -2085,7 +2085,7 @@ unmaplayersurface(LayerSurface *layersurface)
|
||||||
if (layersurface->layer_surface->surface ==
|
if (layersurface->layer_surface->surface ==
|
||||||
seat->keyboard_state.focused_surface)
|
seat->keyboard_state.focused_surface)
|
||||||
focusclient(NULL, selclient(), 1);
|
focusclient(NULL, selclient(), 1);
|
||||||
motionnotify(0); // XXX why doesn't this work?
|
motionnotify(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue