aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/criteria.h2
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 {
29 uint32_t con_id; // internal ID 29 uint32_t con_id; // internal ID
30#ifdef HAVE_XWAYLAND 30#ifdef HAVE_XWAYLAND
31 uint32_t id; // X11 window ID 31 uint32_t id; // X11 window ID
32 enum atom_name window_type;
32#endif 33#endif
33 pcre *window_role; 34 pcre *window_role;
34 enum atom_name window_type;
35 bool floating; 35 bool floating;
36 bool tiling; 36 bool tiling;
37 char urgent; // 'l' for latest or 'o' for oldest 37 char urgent; // 'l' for latest or 'o' for oldest