mirror of
https://github.com/rad4day/Waybar.git
synced 2025-09-14 06:52:33 +02:00
refactor(IPC): use sigc signal
This commit is contained in:
@@ -18,6 +18,8 @@ class Window : public ALabel {
|
||||
auto update() -> void;
|
||||
|
||||
private:
|
||||
void onEvent(const struct Ipc::ipc_response);
|
||||
void onCmd(const struct Ipc::ipc_response);
|
||||
void worker();
|
||||
std::tuple<int, std::string> getFocusedNode(Json::Value nodes);
|
||||
void getFocusedWindow();
|
||||
|
Reference in New Issue
Block a user