ALabel: add smooth-scrolling-threshold

This commit is contained in:
Patrick Hilhorst
2019-06-11 17:56:10 +02:00
parent ed4521d113
commit ae397c8fa2
2 changed files with 16 additions and 3 deletions

View File

@ -36,6 +36,7 @@ class ALabel : public IModule {
private:
std::vector<int> pid_;
gdouble distance_scrolled_;
};
} // namespace waybar