]> git.sur5r.net Git - i3/i3/blob - include/match.h
move match_* to match.c
[i3/i3] / include / match.h
1 #ifndef _MATCH_H
2 #define _MATCH_H
3
4 bool match_is_empty(Match *match);
5 bool match_matches_window(Match *match, i3Window *window);
6
7 #endif