]> git.lizzy.rs Git - bspwm.git/blobdiff - rules.h
New setting: 'apply_shadow_property'
[bspwm.git] / rules.h
diff --git a/rules.h b/rules.h
index da10236e7cc68b3f352a5a2bb0adf3b7cef238d5..682d625c1e7df10cd0be7f59cf6fd64307f8e6d1 100644 (file)
--- a/rules.h
+++ b/rules.h
@@ -1,7 +1,12 @@
 #ifndef _RULES_H
 #define _RULES_H
 
+void add_rule(rule_t *);
+void remove_rule(rule_t *);
+void remove_rule_by_uid(unsigned int);
+rule_t *find_rule(unsigned int);
 bool is_match(rule_t *, xcb_window_t);
-void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *);
+void handle_rules(xcb_window_t, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *);
+void list_rules(char *);
 
 #endif