diff options
Diffstat (limited to 'src/grail-impl.h')
| -rw-r--r-- | src/grail-impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grail-impl.h b/src/grail-impl.h index ba7745a..66fe4c7 100644 --- a/src/grail-impl.h +++ b/src/grail-impl.h | |||
| @@ -30,7 +30,8 @@ struct grail_impl { | |||
| 30 | struct touch_dev dev; | 30 | struct touch_dev dev; |
| 31 | struct evbuf evbuf; | 31 | struct evbuf evbuf; |
| 32 | int filter_abs; | 32 | int filter_abs; |
| 33 | int hack_status; | 33 | int pointer_status; |
| 34 | int pointer_x, pointer_y; | ||
| 34 | }; | 35 | }; |
| 35 | 36 | ||
| 36 | #endif | 37 | #endif |
