aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/desktop/idle_inhibit_v1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/idle_inhibit_v1.c b/sway/desktop/idle_inhibit_v1.c
index da17d0f2..17d4242b 100644
--- a/sway/desktop/idle_inhibit_v1.c
+++ b/sway/desktop/idle_inhibit_v1.c
@@ -44,7 +44,7 @@ void idle_inhibit_v1_check_active(
44 struct sway_idle_inhibitor_v1 *inhibitor; 44 struct sway_idle_inhibitor_v1 *inhibitor;
45 bool inhibited = false; 45 bool inhibited = false;
46 wl_list_for_each(inhibitor, &manager->inhibitors, link) { 46 wl_list_for_each(inhibitor, &manager->inhibitors, link) {
47 if (!inhibitor->view) { 47 if (!inhibitor->view || !inhibitor->view->container) {
48 /* Cannot guess if view is visible so assume it is */ 48 /* Cannot guess if view is visible so assume it is */
49 inhibited = true; 49 inhibited = true;
50 break; 50 break;