Merge pull request #1720 from IanManske/inhibitor-default-state

This commit is contained in:
Alex
2022-10-17 09:06:26 +02:00
committed by GitHub
3 changed files with 43 additions and 26 deletions

View File

@ -20,6 +20,7 @@ class IdleInhibitor : public ALabel {
private:
bool handleToggle(GdkEventButton* const& e);
void toggleStatus();
const Bar& bar_;
struct zwp_idle_inhibitor_v1* idle_inhibitor_;