bspwm/rules.h
2012-09-29 17:32:22 +02:00

7 lines
147 B
C

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