add first version of a new flex/bison based command parser

This commit is contained in:
Michael Stapelberg
2010-04-14 20:26:56 +02:00
parent 24725cd94a
commit 769501420d
6 changed files with 413 additions and 5 deletions

View File

@ -13,6 +13,7 @@ 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);