mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-04-06 07:15:53 -04:00
优化
This commit is contained in:
parent
f0fbc803e2
commit
fa07f52af9
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -4606,7 +4606,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 = (arg->ui & c->tags) == 0 ? true : false;
|
||||
c->is_restoring_from_ov = (arg->ui & c->tags & TAGMASK) == 0 ? true : false;
|
||||
if (c->isfloating) {
|
||||
// XRaiseWindow(dpy, c->win); // 提升悬浮窗口到顶层
|
||||
resizeclient(c, c->overview_backup_x, c->overview_backup_y,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue