diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/elput_private.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index a5263f7720..d57c085a9d 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h | |||
@@ -142,7 +142,6 @@ struct _Elput_Keyboard | |||
142 | 142 | ||
143 | struct _Elput_Pointer | 143 | struct _Elput_Pointer |
144 | { | 144 | { |
145 | double x, y; | ||
146 | int buttons; | 145 | int buttons; |
147 | unsigned int timestamp; | 146 | unsigned int timestamp; |
148 | double pressure; | 147 | double pressure; |
@@ -171,7 +170,6 @@ struct _Elput_Pointer | |||
171 | 170 | ||
172 | struct _Elput_Touch | 171 | struct _Elput_Touch |
173 | { | 172 | { |
174 | double x, y; | ||
175 | int slot; | 173 | int slot; |
176 | unsigned int points; | 174 | unsigned int points; |
177 | unsigned int timestamp; | 175 | unsigned int timestamp; |
@@ -197,6 +195,11 @@ struct _Elput_Seat | |||
197 | int kbd, ptr, touch; | 195 | int kbd, ptr, touch; |
198 | } count; | 196 | } count; |
199 | 197 | ||
198 | struct | ||
199 | { | ||
200 | double x, y; | ||
201 | } pointer; | ||
202 | |||
200 | unsigned int modifiers; | 203 | unsigned int modifiers; |
201 | 204 | ||
202 | Elput_Keyboard *kbd; | 205 | Elput_Keyboard *kbd; |