mirror of
https://github.com/polybar/polybar.git
synced 2026-02-10 16:45:44 +00:00
Support receiving IPC messages in multiple parts
This commit is contained in:
committed by
Patrick Ziegler
parent
dd4088910e
commit
db52106934
@ -57,7 +57,6 @@ class controller : public signal_receiver<SIGN_PRIORITY_CONTROLLER, signals::eve
|
||||
void signal_handler(int signum);
|
||||
|
||||
void conn_cb(int status, int events);
|
||||
void ipc_cb(string buf);
|
||||
void confwatch_handler(const char* fname, int events, int status);
|
||||
void notifier_handler();
|
||||
void screenshot_handler();
|
||||
|
||||
Reference in New Issue
Block a user