Skip to content

Commit 07686d4

Browse files
committed
Fix build
1 parent ad8749f commit 07686d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wayland/meta-wayland-idle-inhibit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ update_inhibition (MetaWaylandIdleInhibitor *inhibitor)
142142
}
143143
else
144144
{
145-
if (meta_surface_actor_is_effectively_obscured (inhibitor->actor))
145+
if (meta_surface_actor_is_obscured (inhibitor->actor))
146146
should_inhibit = FALSE;
147147
else
148148
should_inhibit = TRUE;

0 commit comments

Comments
 (0)