workspace taskbars: Use sigc::mem_fun instead of lambda

This commit is contained in:
Pol Rivero
2025-01-24 18:26:04 +01:00
parent e0f3695523
commit b4519c0819
2 changed files with 5 additions and 13 deletions

View File

@ -88,7 +88,7 @@ class Workspace {
Gtk::Label m_labelAfter;
void updateTaskbar(const std::string& workspace_icon);
static void focusWindow(WindowAddress const& addr);
bool handleClick(const GdkEventButton* event_button, WindowAddress const& addr) const;
};
} // namespace waybar::modules::hyprland