diff options
Diffstat (limited to 'src/multitouch.c')
| -rw-r--r-- | src/multitouch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/multitouch.c b/src/multitouch.c index 21f3e1e..c18f3d3 100644 --- a/src/multitouch.c +++ b/src/multitouch.c | |||
| @@ -81,7 +81,7 @@ static void read_input(LocalDevicePtr local) | |||
| 81 | struct MTouch *mt = local->private; | 81 | struct MTouch *mt = local->private; |
| 82 | if (local->fd >= 0) { | 82 | if (local->fd >= 0) { |
| 83 | while (read_synchronized_event(mt, local->fd)) { | 83 | while (read_synchronized_event(mt, local->fd)) { |
| 84 | modify_state(&mt->ns, &mt->hw); | 84 | modify_state(&mt->ns, &mt->hw, &mt->caps); |
| 85 | output_state(&mt->ns); | 85 | output_state(&mt->ns); |
| 86 | mt->os = mt->ns; | 86 | mt->os = mt->ns; |
| 87 | } | 87 | } |
