* src/xwidget.h: Fix build with XI 2.4.
This commit is contained in:
parent
dd71222208
commit
6654dfc83c
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ extern void xwidget_motion_notify (struct xwidget_view *, double,
|
|||
double, double, double, uint, Time);
|
||||
extern void xwidget_scroll (struct xwidget_view *, double, double,
|
||||
double, double, uint, Time, bool);
|
||||
#ifdef HAVE_USABLE_XI_GESTURE_PINCH_EVENT
|
||||
#ifdef HAVE_XINPUT2_4
|
||||
extern void xwidget_pinch (struct xwidget_view *, XIGesturePinchEvent *);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue