diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elput/elput_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/elput/elput_private.h b/src/lib/elput/elput_private.h index d67e5d53ea..7d4909a5d9 100644 --- a/src/lib/elput/elput_private.h +++ b/src/lib/elput/elput_private.h | |||
@@ -196,9 +196,9 @@ struct _Elput_Seat | |||
196 | } count; | 196 | } count; |
197 | 197 | ||
198 | struct | 198 | struct |
199 | { | 199 | { |
200 | double x, y; | 200 | double x, y; |
201 | } pointer; | 201 | } pointer; |
202 | 202 | ||
203 | unsigned int modifiers; | 203 | unsigned int modifiers; |
204 | 204 | ||