break change: correct maxmize to maximize

This commit is contained in:
DreamMaoMao 2025-10-28 18:51:37 +08:00
parent dcfdee1c20
commit 8f9e9255b3
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;
}