summaryrefslogtreecommitdiff
path: root/core/src/widget/button.vala
diff options
context:
space:
mode:
authorkotontrion <[email protected]>2024-10-10 11:28:11 +0200
committerkotontrion <[email protected]>2024-10-10 11:28:11 +0200
commit08f10ce3968166c55f5f2e3009415e4899e9a73b (patch)
treec6f914debe8f86e8ec7275f86a4181b20cf5f45a /core/src/widget/button.vala
parent10447f5abcb28f3df1544f1732f82d538130b3c9 (diff)
parent075c7e34aa0fbdc07c86965ab5a2ae79b92d3fd3 (diff)
Merge branch 'main' into feat/cava
Diffstat (limited to 'core/src/widget/button.vala')
-rw-r--r--core/src/widget/button.vala10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/src/widget/button.vala b/core/src/widget/button.vala
index 4d1f467..ad60da1 100644
--- a/core/src/widget/button.vala
+++ b/core/src/widget/button.vala
@@ -33,11 +33,11 @@ public class Button : Gtk.Button {
}
public enum MouseButton {
- PRIMARY,
- MIDDLE,
- SECONDARY,
- BACK,
- FORWARD,
+ PRIMARY = 1,
+ MIDDLE = 2,
+ SECONDARY = 3,
+ BACK = 4,
+ FORWARD = 5,
}
// these structs are here because gjs converts every event