aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/client.c')
-rw-r--r--sway/commands/client.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sway/commands/client.c b/sway/commands/client.c
index 9f54fa94..746e8713 100644
--- a/sway/commands/client.c
+++ b/sway/commands/client.c
@@ -5,9 +5,7 @@
5#include "sway/tree/container.h" 5#include "sway/tree/container.h"
6 6
7static void rebuild_textures_iterator(struct sway_container *con, void *data) { 7static void rebuild_textures_iterator(struct sway_container *con, void *data) {
8 if (con->view) { 8 container_update_marks_textures(con);
9 view_update_marks_textures(con->view);
10 }
11 container_update_title_textures(con); 9 container_update_title_textures(con);
12} 10}
13 11