bspwm/rules.h

8 lines
155 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);
void handle_rules(xcb_window_t, bool *, bool *, bool *, bool *, bool *);
2012-09-11 13:12:53 +02:00
#endif