bspwm/rules.h
2012-09-20 11:50:25 +02:00

10 lines
214 B
C

#ifndef _RULES_H
#define _RULES_H
#define MATCH_ANY "_"
rule_t *next_match(rule_t *, xcb_window_t);
bool is_match(rule_t *, xcb_window_t);
void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *);
#endif