summaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-09-05 17:48:35 -0500
committerzachir <zachir@librem.one>2022-09-05 17:48:35 -0500
commit77289834b4a1917034a9f8efa8fd633cf2e753a8 (patch)
tree72f8e55588bdb15e1c5192c40fea6328230c1c13 /dwl.c
parentb3919d1682b65e32b1f07953dd3913161aa512de (diff)
parent14a1e3e2a2ced87d4f373c93c7caae48ccb02f27 (diff)
Merge branch 'main' of https://github.com/djpohly/dwl into testing
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);