Client: Add focusontag option in Client structure to save focused client on every tag

This commit is contained in:
Martin Duquesnoy
2010-08-02 17:26:43 +02:00
parent 4a1ab8ef79
commit 132f7d1da4
4 changed files with 21 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ struct Client
char *title;
/* Tag num */
uint tag;
int focusontag;
/* Screen */
int screen;
/* Layer */