We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edce6b commit fd958dcCopy full SHA for fd958dc
dwm.c
@@ -2358,9 +2358,7 @@ manage(Window w, XWindowAttributes *wa)
2358
XSetWindowBorder(dpy, w, scheme[SchemeNorm][ColBorder].pixel);
2359
#endif // BAR_FLEXWINTITLE_PATCH
2360
configure(c); /* propagates border_width, if size doesn't change */
2361
- #if !FLOATPOS_PATCH
2362
updatesizehints(c);
2363
- #endif // FLOATPOS_PATCH
2364
if (getatomprop(c, netatom[NetWMState]) == netatom[NetWMFullscreen])
2365
setfullscreen(c, 1);
2366
updatewmhints(c);
0 commit comments