~ruther/dwl

728e0e5d71a5d33ee029c7babb6a4b082d7ba203 — Devin J. Pohly 4 years ago 63f09d1
clear correct focus on keyboard leave
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 598,7 598,7 @@ focusclient(Client *c, struct wlr_surface *surface, int lift)
	 * is NULL, we clear the focus instead.
	 */
	if (!surface) {
		wlr_seat_pointer_notify_clear_focus(seat);
		wlr_seat_keyboard_notify_clear_focus(seat);
	} else if (surface != psurface) {
		kb = wlr_seat_get_keyboard(seat);
		wlr_seat_keyboard_notify_enter(seat, surface,

Do not follow this link