]> git.lizzy.rs Git - bspwm.git/blobdiff - rule.h
Start parsing modifiers after the last colon
[bspwm.git] / rule.h
diff --git a/rule.h b/rule.h
index 5821bac2cbfb07b3bc6effac8b6da5bcef023872..0ccf39651c84d37850c0cd390a5066b0cd1c7760 100644 (file)
--- a/rule.h
+++ b/rule.h
@@ -41,6 +41,6 @@ void apply_rules(xcb_window_t win, rule_consequence_t *csq);
 bool schedule_rules(xcb_window_t win, rule_consequence_t *csq);
 void parse_rule_consequence(int fd, rule_consequence_t *csq);
 void parse_key_value(char *key, char *value, rule_consequence_t *csq);
-void list_rules(char *pattern, FILE *rsp);
+void list_rules(FILE *rsp);
 
 #endif