diff options
| author | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-10-11 15:01:22 +0100 |
|---|---|---|
| committer | Abhinav Prasai <abhinav.prsai@gmail.com> | 2025-10-11 15:01:22 +0100 |
| commit | 86d89c3ac2ff1fe9d9cda02dd5f5ee9453f96f15 (patch) | |
| tree | bf22c9f72c680d7f0e892a69d4826270fe077217 /src | |
| parent | 52abc8da0d34e56743e51084004347dc5223645f (diff) | |
add developer docs notice, keep floating fullscreen windows .floating=True
Diffstat (limited to 'src')
| -rw-r--r-- | src/sxwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,6 +311,7 @@ void apply_fullscreen(Client *c, Bool on) return; } + if (on) { XWindowAttributes win_attr; XGetWindowAttributes(dpy, c->win, &win_attr); @@ -320,7 +321,6 @@ void apply_fullscreen(Client *c, Bool on) c->orig_w = win_attr.width; c->orig_h = win_attr.height; - c->floating = False; c->fullscreen = True; int mon = c->mon; |
