diff options
Diffstat (limited to 'src/memory.h')
| -rw-r--r-- | src/memory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/memory.h b/src/memory.h index cc7bf55..8ffbdab 100644 --- a/src/memory.h +++ b/src/memory.h | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | * @same: true if the finger configuration is unchanged | 31 | * @same: true if the finger configuration is unchanged |
| 32 | * @fingers: bitmask of fingers on the pad | 32 | * @fingers: bitmask of fingers on the pad |
| 33 | * @added: bitmask of new fingers on the pad | 33 | * @added: bitmask of new fingers on the pad |
| 34 | * @thumb: bitmask of thumbs on the pad | ||
| 34 | * @pointing: bitmask of pointing fingers | 35 | * @pointing: bitmask of pointing fingers |
| 35 | * @pending: bitmask of tentatively moving fingers | 36 | * @pending: bitmask of tentatively moving fingers |
| 36 | * @moving: bitmask of moving fingers | 37 | * @moving: bitmask of moving fingers |
| @@ -43,7 +44,7 @@ | |||
| 43 | */ | 44 | */ |
| 44 | struct Memory { | 45 | struct Memory { |
| 45 | unsigned btdata, same; | 46 | unsigned btdata, same; |
| 46 | unsigned fingers, added; | 47 | unsigned fingers, added, thumb; |
| 47 | unsigned pointing, pending, moving; | 48 | unsigned pointing, pending, moving; |
| 48 | int ybar; | 49 | int ybar; |
| 49 | mstime_t mvhold, mvforget; | 50 | mstime_t mvhold, mvforget; |
