fix xwayland clients being floating by default

Fix 3213088aa2
References: https://github.com/djpohly/dwl/pull/334#issuecomment-1333147730
このコミットが含まれているのは:
Leonardo Hernández Hernández 2022-12-01 20:49:49 -06:00
コミット b4fb1f77c7
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E538897EE11B9624
1個のファイルの変更1行の追加2行の削除

ファイルの表示

@ -184,8 +184,7 @@ client_is_float_type(Client *c)
}
#endif
return ((min.width > 0 || min.height > 0 || max.width > 0 || max.height > 0)
&& (min.width == max.width || min.height == max.height))
|| client_get_parent(c);
&& (min.width == max.width || min.height == max.height));
}
static inline int