]> git.mdlowis.com Git - proto/labwc.git/commitdiff
view: update title width when resizing view
authorJohan Malm <jgm323@gmail.com>
Sun, 22 Aug 2021 13:35:34 +0000 (14:35 +0100)
committerJohan Malm <jgm323@gmail.com>
Sun, 22 Aug 2021 13:35:34 +0000 (14:35 +0100)
src/view.c

index 6cd8e691df38e312ae11331eb7ef9e8a2f548a46..8af7777805b411995b5617b7143334b701b2afe6 100644 (file)
@@ -7,6 +7,7 @@ void
 view_move_resize(struct view *view, struct wlr_box geo)
 {
        view->impl->configure(view, geo);
+       ssd_update_title(view);
 }
 
 void