ipc: include the urgent flag in the workspaces reply

This commit is contained in:
Michael Stapelberg
2010-03-19 22:01:21 +01:00
parent fdcbec248a
commit a607eae53a
2 changed files with 7 additions and 0 deletions

View File

@ -185,6 +185,9 @@ IPC_HANDLER(get_workspaces) {
ystr("output");
ystr(ws->output->name);
ystr("urgent");
y(bool, ws->urgent);
y(map_close);
}