mirror of
https://github.com/polybar/polybar.git
synced 2026-02-10 13:55:27 +00:00
Handle fs_event and poll errors in handle wrapper
This commit is contained in:
committed by
Patrick Ziegler
parent
db52106934
commit
895c1a6b51
@ -56,8 +56,8 @@ class controller : public signal_receiver<SIGN_PRIORITY_CONTROLLER, signals::eve
|
||||
|
||||
void signal_handler(int signum);
|
||||
|
||||
void conn_cb(int status, int events);
|
||||
void confwatch_handler(const char* fname, int events, int status);
|
||||
void conn_cb(uv_poll_event events);
|
||||
void confwatch_handler(const char* fname, uv_fs_event events);
|
||||
void notifier_handler();
|
||||
void screenshot_handler();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user