Be more strict with encapsulation
I.e. move the xcb-event-handling into xcb.c and the child-process-communications into newly created child.c. Also change some includes.
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
#define WORKSPACES_H_
|
||||
|
||||
#include "common.h"
|
||||
#include "outputs.h"
|
||||
|
||||
typedef struct i3_ws i3_ws;
|
||||
|
||||
|
Reference in New Issue
Block a user