Files
i3/include/match.h
Michael Stapelberg 8d05039b04 move match_* to match.c
2010-04-16 22:51:25 +02:00

8 lines
137 B
C

#ifndef _MATCH_H
#define _MATCH_H
bool match_is_empty(Match *match);
bool match_matches_window(Match *match, i3Window *window);
#endif