ipc: return logical workspace numbers, not internal ones

This commit is contained in:
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); y(map_open);
ystr("num"); ystr("num");
y(integer, ws->num); y(integer, ws->num + 1);
ystr("name"); ystr("name");
ystr(ws->utf8_name); ystr(ws->utf8_name);