summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/XInput2.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/X11/extensions/XInput2.h b/include/X11/extensions/XInput2.h
index 2cc3744..e4e2e34 100644
--- a/include/X11/extensions/XInput2.h
+++ b/include/X11/extensions/XInput2.h
@@ -228,10 +228,10 @@ typedef struct {
double root_y;
double event_x;
double event_y;
- XIButtonState *buttons;
- XIValuatorState *valuators;
- XIModifierState *mods;
- XIGroupState *group;
+ XIButtonState buttons;
+ XIValuatorState valuators;
+ XIModifierState mods;
+ XIGroupState group;
} XIDeviceEvent;
typedef struct {
@@ -246,7 +246,7 @@ typedef struct {
int deviceid;
int sourceid;
int eventtype;
- XIValuatorState *valuators;
+ XIValuatorState valuators;
double *raw_values;
} XIRawEvent;
@@ -271,9 +271,9 @@ typedef struct {
int mode;
Bool focus;
Bool same_screen;
- XIButtonState *buttons;
- XIModifierState *mods;
- XIGroupState *group;
+ XIButtonState buttons;
+ XIModifierState mods;
+ XIGroupState group;
} XIEnterEvent;
typedef XIEnterEvent XILeaveEvent;