mirror of
https://github.com/swaywm/sway.git
synced 2025-04-06 12:27:44 +03:00
Start working on IPC for get_pixels
This is broken
This commit is contained in:
parent
4dc913c95e
commit
ef8335d694
2 changed files with 45 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue