sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 289ba64bdea0ed3d42fb195b64e19e0cac799c97
parent b379b400718c05ce6cd43550b78704a2938a47c0
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 22 Nov 2017 21:47:22 -0500

Remove IPC_GET_PIXELS

Diffstat:
Minclude/ipc.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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