bspwm/rules.h

11 lines
214 B
C
Raw Normal View History

2012-09-11 13:12:53 +02:00
#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 *);
2012-09-11 13:12:53 +02:00
#endif