diff options
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index 86b166721..5e745b356 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -167,9 +167,9 @@ typedef struct _ValuatorClassRec { int numMotionEvents; int first_motion; int last_motion; - void *motion; /* motion history buffer */ - - WindowPtr motionHintWindow; + void *motion; /* motion history buffer. Different layout + for MDs and SDs!*/ + WindowPtr motionHintWindow; AxisInfoPtr axes; unsigned short numAxes; |