diff --git a/include/drawtypes/label.hpp b/include/drawtypes/label.hpp index bf9a9049..c941b647 100644 --- a/include/drawtypes/label.hpp +++ b/include/drawtypes/label.hpp @@ -11,6 +11,12 @@ POLYBAR_NS */ namespace drawtypes { + + struct bounds { + size_t min; + size_t max; + }; + class label; using label_t = shared_ptr