aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/render.c')
-rw-r--r--sway/desktop/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/render.c b/sway/desktop/render.c
index 223457b2..21014042 100644
--- a/sway/desktop/render.c
+++ b/sway/desktop/render.c
@@ -1065,7 +1065,7 @@ void output_render(struct render_context *ctx) {
1065 if (lock_surface->output != wlr_output) { 1065 if (lock_surface->output != wlr_output) {
1066 continue; 1066 continue;
1067 } 1067 }
1068 if (!lock_surface->mapped) { 1068 if (!lock_surface->surface->mapped) {
1069 continue; 1069 continue;
1070 } 1070 }
1071 1071