floatpos: allowing window size hints to be updated (this may interfere with window float positions)

pull/143/head
bakkeby 3 years ago
parent 9edce6b606
commit fd958dc631

@ -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);

Loading…
Cancel
Save