bspwm/rules.h
2012-12-25 19:03:35 +01:00

9 lines
233 B
C

#ifndef _RULES_H
#define _RULES_H
void add_rule(rule_t *);
bool is_match(rule_t *, xcb_window_t);
void handle_rules(xcb_window_t, monitor_t **, desktop_t **, bool *, bool *, bool *, bool *, bool *);
void list_rules(char *);
#endif