mirror of
https://github.com/swaywm/sway.git
synced 2025-11-05 13:29:51 -05:00
ipc: remove extraneous values
Removes IPC_EVENT_MODIFIER and IPC_EVENT_INPUT, which were sway-specific and unused
This commit is contained in:
parent
03eaf444a4
commit
46cfa8ff56
2 changed files with 0 additions and 4 deletions
|
|
@ -664,8 +664,6 @@ void ipc_client_handle_command(struct ipc_client *client) {
|
|||
client->subscribed_events |= event_mask(IPC_EVENT_SHUTDOWN);
|
||||
} else if (strcmp(event_type, "window") == 0) {
|
||||
client->subscribed_events |= event_mask(IPC_EVENT_WINDOW);
|
||||
} else if (strcmp(event_type, "modifier") == 0) {
|
||||
client->subscribed_events |= event_mask(IPC_EVENT_MODIFIER);
|
||||
} else if (strcmp(event_type, "binding") == 0) {
|
||||
client->subscribed_events |= event_mask(IPC_EVENT_BINDING);
|
||||
} else if (strcmp(event_type, "tick") == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue