summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-05-06 12:08:27 +0200
committerbakkeby <[email protected]>2021-05-06 12:08:27 +0200
commitfd958dc631e23a6892e3b6962ae175f2c46c1faa (patch)
treebc616e55878fc4a173927cfe5d8cf1d0e64f5b23 /dwm.c
parent9edce6b60686450a875f59a700df84aac377dbf6 (diff)
downloaddwm-flexipatch-fd958dc631e23a6892e3b6962ae175f2c46c1faa.tar.gz
dwm-flexipatch-fd958dc631e23a6892e3b6962ae175f2c46c1faa.zip
floatpos: allowing window size hints to be updated (this may interfere with window float positions)
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/dwm.c b/dwm.c
index 9fb979f..a4883a0 100644
--- a/dwm.c
+++ b/dwm.c
@@ -2358,9 +2358,7 @@ manage(Window w, XWindowAttributes *wa)
XSetWindowBorder(dpy, w, scheme[SchemeNorm][ColBorder].pixel);
#endif // BAR_FLEXWINTITLE_PATCH
configure(c); /* propagates border_width, if size doesn't change */
- #if !FLOATPOS_PATCH
updatesizehints(c);
- #endif // FLOATPOS_PATCH
if (getatomprop(c, netatom[NetWMState]) == netatom[NetWMFullscreen])
setfullscreen(c, 1);
updatewmhints(c);