aboutsummaryrefslogtreecommitdiffstats
path: root/sway/lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/lock.c')
-rw-r--r--sway/lock.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sway/lock.c b/sway/lock.c
index 199624fc..6e279a51 100644
--- a/sway/lock.c
+++ b/sway/lock.c
@@ -155,11 +155,6 @@ static void handle_abandon(struct wl_listener *listener, void *data) {
155 wl_list_remove(&server.session_lock.lock_unlock.link); 155 wl_list_remove(&server.session_lock.lock_unlock.link);
156 wl_list_remove(&server.session_lock.lock_destroy.link); 156 wl_list_remove(&server.session_lock.lock_destroy.link);
157 157
158 struct sway_seat *seat;
159 wl_list_for_each(seat, &server.input->seats, link) {
160 seat->exclusive_client = NULL;
161 }
162
163 // redraw everything 158 // redraw everything
164 for (int i = 0; i < root->outputs->length; ++i) { 159 for (int i = 0; i < root->outputs->length; ++i) {
165 struct sway_output *output = root->outputs->items[i]; 160 struct sway_output *output = root->outputs->items[i];