mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-24 01:40:14 -05:00
feat: support resize tile window
This commit is contained in:
parent
aec8c29210
commit
e2c6c93712
9 changed files with 910 additions and 609 deletions
|
|
@ -897,6 +897,11 @@ void client_set_pending_state(Client *c) {
|
|||
c->istagswitching = 0;
|
||||
}
|
||||
|
||||
if (start_drag_window) {
|
||||
c->animation.should_animate = false;
|
||||
c->animation.duration = 0;
|
||||
}
|
||||
|
||||
// 开始动画
|
||||
client_commit(c);
|
||||
c->dirty = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue