diff options
Diffstat (limited to 'include/sway/criteria.h')
-rw-r--r-- | include/sway/criteria.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h index af12ffd7..89fe369c 100644 --- a/include/sway/criteria.h +++ b/include/sway/criteria.h @@ -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 |