MAJOR REFACTOR (2)
This commit is contained in:
parent
1e69ae1e21
commit
f4fa50d4bf
13 changed files with 133 additions and 98 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue