ui/ui/window.h

changeset 966
e411ed7c5f10
parent 934
89118a9350da
child 986
6f7600c2b9e1
--- a/ui/ui/window.h	Sun Dec 07 14:39:03 2025 +0100
+++ b/ui/ui/window.h	Sun Dec 07 15:23:03 2025 +0100
@@ -61,10 +61,10 @@
     const char *lbutton2;
     const char *rbutton3;
     const char *rbutton4;
-    const int *lbutton1_groups;
-    const int *lbutton2_groups;
-    const int *rbutton3_groups;
-    const int *rbutton4_groups;
+    const int *lbutton1_states;
+    const int *lbutton2_states;
+    const int *rbutton3_states;
+    const int *rbutton4_states;
     int default_button;
     int width;
     int height;

mercurial