aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/criteria.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/criteria.h')
-rw-r--r--include/sway/criteria.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h
index 6a8337c5..5b5c0f58 100644
--- a/include/sway/criteria.h
+++ b/include/sway/criteria.h
@@ -25,7 +25,9 @@ struct criteria {
25 pcre *instance; 25 pcre *instance;
26 pcre *con_mark; 26 pcre *con_mark;
27 uint32_t con_id; // internal ID 27 uint32_t con_id; // internal ID
28 #ifdef HAVE_XWAYLAND
28 uint32_t id; // X11 window ID 29 uint32_t id; // X11 window ID
30 #endif
29 pcre *window_role; 31 pcre *window_role;
30 uint32_t window_type; 32 uint32_t window_type;
31 bool floating; 33 bool floating;