Implement mark/goto, modify testcase

This commit is contained in:
Michael Stapelberg
2010-06-02 23:32:05 +02:00
parent 780e773a6a
commit 6897e15e72
6 changed files with 57 additions and 19 deletions

View File

@ -238,6 +238,7 @@ struct Match {
char *application;
char *class;
char *instance;
char *mark;
xcb_window_t id;
Con *con_id;
enum { M_ANY = 0, M_TILING, M_FLOATING } floating;
@ -268,6 +269,9 @@ struct Con {
char *name;
/* user-definable mark to jump to this container later */
char *mark;
double percent;
struct Window *window;