break change: correct maxmize to maximize
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user