summaryrefslogtreecommitdiffstats
path: root/sway/desktop/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r--sway/desktop/output.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c
index 4d6c0336..2b90f151 100644
--- a/sway/desktop/output.c
+++ b/sway/desktop/output.c
@@ -532,9 +532,7 @@ static void handle_transform(struct wl_listener *listener, void *data) {
532 532
533static void update_textures(struct sway_container *con, void *data) { 533static void update_textures(struct sway_container *con, void *data) {
534 container_update_title_textures(con); 534 container_update_title_textures(con);
535 if (con->view) { 535 container_update_marks_textures(con);
536 view_update_marks_textures(con->view);
537 }
538} 536}
539 537
540static void handle_scale(struct wl_listener *listener, void *data) { 538static void handle_scale(struct wl_listener *listener, void *data) {