diff options
Diffstat (limited to 'include/grail-touch.h')
| -rw-r--r-- | include/grail-touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grail-touch.h b/include/grail-touch.h index acfc779..9c63c80 100644 --- a/include/grail-touch.h +++ b/include/grail-touch.h | |||
| @@ -72,6 +72,7 @@ struct touch_dev { | |||
| 72 | int state; | 72 | int state; |
| 73 | }; | 73 | }; |
| 74 | 74 | ||
| 75 | int touch_caps_is_supported(struct touch_dev *dev, int fd); | ||
| 75 | void touch_caps_init(struct touch_dev *dev); | 76 | void touch_caps_init(struct touch_dev *dev); |
| 76 | float touch_angle(const struct touch_dev *dev, int orientation); | 77 | float touch_angle(const struct touch_dev *dev, int orientation); |
| 77 | float touch_pressure(const struct touch_dev *dev, int pressure); | 78 | float touch_pressure(const struct touch_dev *dev, int pressure); |
