Fixed window_type with disabled xwayland support.

This commit is contained in:
Pascal Pascher 2018-09-03 11:13:50 +02:00
parent c9276f04c9
commit 587e320cd8
3 changed files with 16 additions and 10 deletions

View file

@ -29,9 +29,9 @@ struct criteria {
uint32_t con_id; // internal ID
#ifdef HAVE_XWAYLAND
uint32_t id; // X11 window ID
enum atom_name window_type;
#endif
pcre *window_role;
enum atom_name window_type;
bool floating;
bool tiling;
char urgent; // 'l' for latest or 'o' for oldest