diff options
Diffstat (limited to 'src/synproto.h')
-rw-r--r-- | src/synproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synproto.h b/src/synproto.h index 3f09bb2..74becca 100644 --- a/src/synproto.h +++ b/src/synproto.h @@ -64,7 +64,7 @@ struct CommData { int protoBufTail; /* Used for keeping track of partial HwState updates. */ - struct SynapticsHwState hwState; + struct SynapticsHwState *hwState; Bool oneFinger; Bool twoFingers; Bool threeFingers; |