summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwl.c b/dwl.c
index 227e1c4..aba280f 100644
--- a/dwl.c
+++ b/dwl.c
@@ -1534,6 +1534,7 @@ mapnotify(struct wl_listener *listener, void *data)
client_get_geometry(c, &c->geom);
c->geom.width += 2 * c->bw;
c->geom.height += 2 * c->bw;
+ c->prev = c->geom;
/* Insert this client into client lists. */
wl_list_insert(&clients, &c->link);