diff options
author | Drew DeVault <ddevault@linode.com> | 2015-11-12 12:37:23 -0500 |
---|---|---|
committer | Drew DeVault <ddevault@linode.com> | 2015-11-12 12:37:23 -0500 |
commit | ef8335d694f20cf927dafe759a9013e5f34c5fe9 (patch) | |
tree | 0fd5e07f0621b319504b2ca7cdc00bda80afcd6d /include/ipc.h | |
parent | 4dc913c95e18d7a9416433b63bc89d78a9506d55 (diff) |
Start working on IPC for get_pixels
This is broken
Diffstat (limited to 'include/ipc.h')
-rw-r--r-- | include/ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc.h b/include/ipc.h index 36957ac1..02aa1c1e 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -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); |