summaryrefslogtreecommitdiff
path: root/shared/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/frame.c')
-rw-r--r--shared/frame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/frame.c b/shared/frame.c
index aacca608..53f3f5f7 100644
--- a/shared/frame.c
+++ b/shared/frame.c
@@ -385,6 +385,7 @@ frame_set_title(struct frame *frame, const char *title)
free(frame->title);
frame->title = dup;
+ frame->geometry_dirty = 1;
frame->status |= FRAME_STATUS_REPAINT;
return 0;