MAJOR REFACTOR (2)

This commit is contained in:
Emile Clark-Boman 2025-08-27 17:59:12 +10:00
parent 1e69ae1e21
commit f4fa50d4bf
13 changed files with 133 additions and 98 deletions

View file

@ -1,3 +1,5 @@
#include "lib/client.h"
void applybounds(Client *c, struct wlr_box *bbox) {
/* set minimum possible */
c->geom.width = MAX(1 + 2 * (int)c->bw, c->geom.width);