sway

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

commit d2d6fcd1ffb496fbd3dfb448865351447474580d
parent 8577095db77eef62af05fd2acbd9bd2c28b901f6
Author: Drew DeVault <sir@cmpwn.com>
Date:   Fri,  2 Dec 2016 18:38:31 -0500

Fix clang issues

Diffstat:
Msway/commands/ipc.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sway/commands/ipc.c b/sway/commands/ipc.c @@ -60,7 +60,7 @@ struct cmd_results *cmd_ipc_cmd(int argc, char **argv) { struct { char *name; - enum ipc_command_type type; + enum ipc_feature type; } types[] = { { "command", IPC_FEATURE_COMMAND }, { "workspaces", IPC_FEATURE_GET_WORKSPACES }, @@ -109,7 +109,7 @@ struct cmd_results *cmd_ipc_event_cmd(int argc, char **argv) { struct { char *name; - enum ipc_command_type type; + enum ipc_feature type; } types[] = { { "workspace", IPC_FEATURE_EVENT_WORKSPACE }, { "output", IPC_FEATURE_EVENT_OUTPUT },