Adding simple version of the anysize patch ref. #35
This commit is contained in:
parent
eccd7fac9e
commit
f643835542
2 changed files with 6 additions and 1 deletions
2
x.c
2
x.c
|
|
@ -985,7 +985,7 @@ xhints(void)
|
|||
sizeh->flags = PSize | PResizeInc | PBaseSize | PMinSize;
|
||||
sizeh->height = win.h;
|
||||
sizeh->width = win.w;
|
||||
#if ANYSIZE_PATCH
|
||||
#if ANYSIZE_PATCH || ANYSIZE_SIMPLE_PATCH
|
||||
sizeh->height_inc = 1;
|
||||
sizeh->width_inc = 1;
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue