X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=rules.h;h=a003ecd0117dc1a1e35bcd5447a623a0ef9a07da;hb=e108e1116752f67fb59ffda40da735777f73667a;hp=682d625c1e7df10cd0be7f59cf6fd64307f8e6d1;hpb=b693e7dda9d685084ec5059a6270b9810be17340;p=bspwm.git diff --git a/rules.h b/rules.h index 682d625..a003ecd 100644 --- a/rules.h +++ b/rules.h @@ -6,7 +6,7 @@ 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, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *); +void handle_rules(xcb_window_t, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *, bool *); void list_rules(char *); #endif