nur-packages/pkgs/applications/misc/polybar/9button.patch

12 lines
313 B
Diff
Raw Normal View History

2020-10-15 19:05:13 +11:00
diff --git a/include/components/types.hpp b/include/components/types.hpp
index 8125d4b..c435f4a 100644
--- a/include/components/types.hpp
+++ b/include/components/types.hpp
2022-04-20 09:41:43 +10:00
@@ -43,5 +43,6 @@ enum class controltag {
DOUBLE_MIDDLE,
DOUBLE_RIGHT,
+ EXTRA,
// Terminator value, do not use
BTN_COUNT,
2020-10-15 19:05:13 +11:00
};