bspwm/rules.h
2012-11-11 18:40:55 +01:00

7 lines
183 B
C

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