mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
7 lines
155 B
C
7 lines
155 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 *, bool *);
|
|
|
|
#endif
|