mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-10-29 05:40:21 -04:00
fix: some animaiton lost from ov backup
This commit is contained in:
parent
bc0c7a61a9
commit
e92db2c74e
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -4464,7 +4464,7 @@ void overview_restore(Client *c, const Arg *arg) {
|
|||
c->overview_isfullscreenbak = 0;
|
||||
c->overview_isfakefullscreenbak = 0;
|
||||
c->bw = c->overview_backup_bw;
|
||||
c->is_restoring_from_ov = true;
|
||||
c->is_restoring_from_ov = (arg->ui & c->tags) == 0 ? true: false;
|
||||
if (c->isfloating) {
|
||||
// XRaiseWindow(dpy, c->win); // 提升悬浮窗口到顶层
|
||||
resizeclient(c, c->overview_backup_x, c->overview_backup_y, c->overview_backup_w,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue