move match_* to match.c

This commit is contained in:
Michael Stapelberg
2010-04-16 22:51:25 +02:00
parent bb220b27d7
commit 8d05039b04
5 changed files with 54 additions and 25 deletions

View File

@ -14,7 +14,6 @@ Con *con_by_frame_id(xcb_window_t frame);
Con *con_for_window(i3Window *window, Match **store_match);
void con_attach(Con *con, Con *parent);
void con_detach(Con *con);
bool match_matches_window(Match *match, i3Window *window);
enum { WINDOW_ADD = 0, WINDOW_REMOVE = 1 };
void con_fix_percent(Con *con, int action);