mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
d5b681502a
Before this commit, do this: c.maximize_hoizontal = true c.maximize = true c.maximize = false assert(c.maximize_hoizontal) Would not work because the states were not preserved individually. This commit fixes that. Awesome wont be confused about it's own state anymore. This may seem pointless, but when it come to undoing these maximizations, it was ambiguous. |
||
---|---|---|
.. | ||
button.c | ||
button.h | ||
client.c | ||
client.h | ||
drawable.c | ||
drawable.h | ||
drawin.c | ||
drawin.h | ||
key.c | ||
key.h | ||
screen.c | ||
screen.h | ||
tag.c | ||
tag.h | ||
window.c | ||
window.h |