move match_* to match.c
This commit is contained in:
7
include/match.h
Normal file
7
include/match.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef _MATCH_H
|
||||
#define _MATCH_H
|
||||
|
||||
bool match_is_empty(Match *match);
|
||||
bool match_matches_window(Match *match, i3Window *window);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user