Start working on IPC for get_pixels

This is broken
This commit is contained in:
Drew DeVault 2015-11-12 12:37:23 -05:00
parent 4dc913c95e
commit ef8335d694
2 changed files with 45 additions and 6 deletions

View file

@ -12,6 +12,7 @@ enum ipc_command_type {
IPC_GET_MARKS = 5,
IPC_GET_BAR_CONFIG = 6,
IPC_GET_VERSION = 7,
IPC_SWAY_GET_PIXELS = 0x81
};
void ipc_init(void);