diff options
author | zachir <zachir@librem.one> | 2022-09-05 17:48:35 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-09-05 17:48:35 -0500 |
commit | 77289834b4a1917034a9f8efa8fd633cf2e753a8 (patch) | |
tree | 72f8e55588bdb15e1c5192c40fea6328230c1c13 /dwl.c | |
parent | b3919d1682b65e32b1f07953dd3913161aa512de (diff) | |
parent | 14a1e3e2a2ced87d4f373c93c7caae48ccb02f27 (diff) |
Merge branch 'main' of https://github.com/djpohly/dwl into testing
Diffstat (limited to 'dwl.c')
-rw-r--r-- | dwl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |