diff options
| author | bakkeby <[email protected]> | 2021-05-06 12:08:27 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-05-06 12:08:27 +0200 |
| commit | fd958dc631e23a6892e3b6962ae175f2c46c1faa (patch) | |
| tree | bc616e55878fc4a173927cfe5d8cf1d0e64f5b23 /dwm.c | |
| parent | 9edce6b60686450a875f59a700df84aac377dbf6 (diff) | |
| download | dwm-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |
