Rework the IPC-Code

This commit is contained in:
Axel Wagner
2010-07-23 04:43:43 +02:00
parent 02df973564
commit fb2afacce3
7 changed files with 158 additions and 298 deletions

View File

@ -8,7 +8,7 @@ typedef struct i3_ws_t i3_ws;
i3_ws* workspaces;
void refresh_workspaces();
void parse_workspaces_json();
void free_workspaces();
struct i3_ws_t {