break change: correct maxmize to maximize

This commit is contained in:
DreamMaoMao
2025-10-28 18:51:37 +08:00
parent 3e83e07889
commit cbcbda25cd
11 changed files with 82 additions and 82 deletions

View File

@@ -317,7 +317,7 @@ Client *direction_select(const Arg *arg) {
if (!tc)
return NULL;
if (tc && (tc->isfullscreen || tc->ismaxmizescreen)) {
if (tc && (tc->isfullscreen || tc->ismaximizescreen)) {
// 不支持全屏窗口的焦点切换
return NULL;
}