ipc: fix current_workspace

This commit is contained in:
Michael Stapelberg
2010-11-21 22:12:34 +01:00
parent a71d782da9
commit fab8b84db7
3 changed files with 8 additions and 6 deletions

View File

@ -186,6 +186,9 @@ struct xoutput {
/** Name of the output */
char *name;
/** Pointer to the Con which represents this output */
Con *con;
/** Whether the output is currently active (has a CRTC attached with a
* valid mode) */
bool active;