mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-02-08 10:06:49 -05:00
Update arrange.h
This commit is contained in:
parent
79357c9f5b
commit
fdc9c1d73a
1 changed files with 3 additions and 1 deletions
|
|
@ -685,7 +685,9 @@ arrange(Monitor *m, bool want_animation, bool from_view) {
|
|||
if (m->isoverview) {
|
||||
overviewlayout.arrange(m);
|
||||
} else {
|
||||
m->pertag->ltidxs[m->pertag->curtag]->arrange(m);
|
||||
const Layout *lt = m->pertag->ltidxs[m->pertag->curtag];
|
||||
if (lt->arrange)
|
||||
lt->arrange(m);
|
||||
}
|
||||
|
||||
if (!start_drag_window) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue