diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-22 21:47:22 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-11-22 21:47:22 -0500 |
commit | 289ba64bdea0ed3d42fb195b64e19e0cac799c97 (patch) | |
tree | 6911e2fff8aab6f9af42fff4a0dab1ba55f7940c /include | |
parent | b379b400718c05ce6cd43550b78704a2938a47c0 (diff) |
Remove IPC_GET_PIXELS
Diffstat (limited to 'include')
-rw-r--r-- | include/ipc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ipc.h b/include/ipc.h index 2b16dc50..9665a88d 100644 --- a/include/ipc.h +++ b/include/ipc.h @@ -23,7 +23,6 @@ enum ipc_command_type { IPC_EVENT_BINDING = ((1<<31) | 5), IPC_EVENT_MODIFIER = ((1<<31) | 6), IPC_EVENT_INPUT = ((1<<31) | 7), - IPC_SWAY_GET_PIXELS = 0x81 }; #endif |