mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-19 05:34:04 -04: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) {
|
if (m->isoverview) {
|
||||||
overviewlayout.arrange(m);
|
overviewlayout.arrange(m);
|
||||||
} else {
|
} 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) {
|
if (!start_drag_window) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue