aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/criteria.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h
index beb76d5f..ad8610cd 100644
--- a/include/sway/criteria.h
+++ b/include/sway/criteria.h
@@ -46,6 +46,7 @@ struct criteria {
46 bool tiling; 46 bool tiling;
47 char urgent; // 'l' for latest or 'o' for oldest 47 char urgent; // 'l' for latest or 'o' for oldest
48 struct pattern *workspace; 48 struct pattern *workspace;
49 pid_t pid;
49}; 50};
50 51
51bool criteria_is_empty(struct criteria *criteria); 52bool criteria_is_empty(struct criteria *criteria);