aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/xwayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r--sway/desktop/xwayland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c
index 2554d0e4..8936c8bc 100644
--- a/sway/desktop/xwayland.c
+++ b/sway/desktop/xwayland.c
@@ -587,7 +587,7 @@ static void handle_set_hints(struct wl_listener *listener, void *data) {
587 return; 587 return;
588 } 588 }
589 if (!xsurface->hints_urgency && view->urgent_timer) { 589 if (!xsurface->hints_urgency && view->urgent_timer) {
590 // The view is is in the timeout period. We'll ignore the request to 590 // The view is in the timeout period. We'll ignore the request to
591 // unset urgency so that the view remains urgent until the timer clears 591 // unset urgency so that the view remains urgent until the timer clears
592 // it. 592 // it.
593 return; 593 return;