Rollback ipc event throttling in swaybar

This commit is contained in:
Ilya Lukyanov 2017-08-04 23:18:06 +03:00
parent de5bf64bfc
commit 94829ae846
No known key found for this signature in database
GPG key ID: 382C32164F3D37D4
2 changed files with 3 additions and 16 deletions

View file

@ -15,8 +15,6 @@ struct bar {
int ipc_socketfd;
int status_read_fd;
pid_t status_command_pid;
int pending_ipc_requests;
};
struct output {