fix: lint
This commit is contained in:
parent
0c41cf47c2
commit
559079e9a6
|
|
@ -45,7 +45,7 @@ class IPC {
|
||||||
std::mutex callbackMutex_;
|
std::mutex callbackMutex_;
|
||||||
util::JsonParser parser_;
|
util::JsonParser parser_;
|
||||||
std::list<std::pair<std::string, EventHandler*>> callbacks_;
|
std::list<std::pair<std::string, EventHandler*>> callbacks_;
|
||||||
int socketfd_; // the hyprland socket file descriptor
|
int socketfd_; // the hyprland socket file descriptor
|
||||||
pid_t socketOwnerPid_;
|
pid_t socketOwnerPid_;
|
||||||
bool running_ = true; // the ipcThread will stop running when this is false
|
bool running_ = true; // the ipcThread will stop running when this is false
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue