]> git.lizzy.rs Git - bspwm.git/blobdiff - rules.h
Keep the *name* section straightforward
[bspwm.git] / rules.h
diff --git a/rules.h b/rules.h
index 93ac56444e9f394cf9084f856c4d9fde909ebdb8..9042c4870cc5168e9b36b40884926c7e98fc0d18 100644 (file)
--- a/rules.h
+++ b/rules.h
@@ -1,7 +1,13 @@
 #ifndef _RULES_H
 #define _RULES_H
 
+void add_rule(rule_t *);
+void remove_rule(rule_t *);
+void remove_rule_by_uid(unsigned int);
+void prune_rules(desktop_t *);
+rule_t *find_rule(unsigned int);
 bool is_match(rule_t *, xcb_window_t);
-void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *, desktop_t **);
+void handle_rules(xcb_window_t, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *, bool *);
+void list_rules(char *, char *);
 
 #endif