~ruther/dwl

7afe152c47de22ba974b85ef2bfa76490bb33a54 — Devin J. Pohly 5 years ago 1b87831
add reminder comment
1 files changed, 1 insertions(+), 0 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -0
@@ 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) {

Do not follow this link