From 4cc58288cb75bd7fdeec1ef04bd4fc6cce55d09f Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 29 Jan 2018 09:07:29 +0100 Subject: [PATCH] rootston: fix damage when changing views z-index --- rootston/seat.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootston/seat.c b/rootston/seat.c index 55866ce6..5b11af4a 100644 --- a/rootston/seat.c +++ b/rootston/seat.c @@ -764,6 +764,8 @@ void roots_seat_set_focus(struct roots_seat *seat, struct roots_view *view) { wl_list_remove(&seat_view->link); wl_list_insert(&seat->views, &seat_view->link); + view_damage_whole(view); + struct wlr_keyboard *keyboard = wlr_seat_get_keyboard(seat->seat); if (keyboard != NULL) { wlr_seat_keyboard_notify_enter(seat->seat, view->wlr_surface,