Skip to content

Commit fd958dc

Browse files
committed
floatpos: allowing window size hints to be updated (this may interfere with window float positions)
1 parent 9edce6b commit fd958dc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dwm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2358,9 +2358,7 @@ manage(Window w, XWindowAttributes *wa)
23582358
XSetWindowBorder(dpy, w, scheme[SchemeNorm][ColBorder].pixel);
23592359
#endif // BAR_FLEXWINTITLE_PATCH
23602360
configure(c); /* propagates border_width, if size doesn't change */
2361-
#if !FLOATPOS_PATCH
23622361
updatesizehints(c);
2363-
#endif // FLOATPOS_PATCH
23642362
if (getatomprop(c, netatom[NetWMState]) == netatom[NetWMFullscreen])
23652363
setfullscreen(c, 1);
23662364
updatewmhints(c);

0 commit comments

Comments
 (0)