ipc: return logical workspace numbers, not internal ones

next
Michael Stapelberg 2010-03-12 15:59:38 +01:00
parent 95666d007e
commit d86531b958
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static void ipc_send_workspaces(int fd) {
y(map_open);
ystr("num");
y(integer, ws->num);
y(integer, ws->num + 1);
ystr("name");
ystr(ws->utf8_name);