diff options
Diffstat (limited to 'src/grail-gestures.h')
| -rw-r--r-- | src/grail-gestures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/grail-gestures.h b/src/grail-gestures.h index a6d51d5..c4c46c2 100644 --- a/src/grail-gestures.h +++ b/src/grail-gestures.h | |||
| @@ -54,7 +54,7 @@ struct filter_model { | |||
| 54 | 54 | ||
| 55 | struct move_model { | 55 | struct move_model { |
| 56 | struct filter_model fm[DIM_FM]; | 56 | struct filter_model fm[DIM_FM]; |
| 57 | int tickle, active; | 57 | int tickle, active, timeout; |
| 58 | int single, multi, ntouch; | 58 | int single, multi, ntouch; |
| 59 | grail_time_t time; | 59 | grail_time_t time; |
| 60 | }; | 60 | }; |
