bspwm/rules.h

8 lines
147 B
C
Raw Normal View History

2012-09-11 13:12:53 +02:00
#ifndef _RULES_H
#define _RULES_H
bool is_match(rule_t *, xcb_window_t);
2012-09-29 17:32:22 +02:00
void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *);
2012-09-11 13:12:53 +02:00
#endif