diff options
| author | Po Lu | 2022-03-01 15:45:50 +0800 |
|---|---|---|
| committer | Po Lu | 2022-03-01 15:45:50 +0800 |
| commit | 6654dfc83cfcf15557054ea4d1ed41d9f87aa61b (patch) | |
| tree | 0304cef6f8cd690e831c261a7782529aea7a7abe /src | |
| parent | dd71222208324a1c6dad3ad42e3c73645ceb94f5 (diff) | |
| download | emacs-6654dfc83cfcf15557054ea4d1ed41d9f87aa61b.tar.gz emacs-6654dfc83cfcf15557054ea4d1ed41d9f87aa61b.zip | |
* src/xwidget.h: Fix build with XI 2.4.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.h b/src/xwidget.h index be1460ede5b..502beb67650 100644 --- a/src/xwidget.h +++ b/src/xwidget.h | |||
| @@ -223,7 +223,7 @@ extern void xwidget_motion_notify (struct xwidget_view *, double, | |||
| 223 | double, double, double, uint, Time); | 223 | double, double, double, uint, Time); |
| 224 | extern void xwidget_scroll (struct xwidget_view *, double, double, | 224 | extern void xwidget_scroll (struct xwidget_view *, double, double, |
| 225 | double, double, uint, Time, bool); | 225 | double, double, uint, Time, bool); |
| 226 | #ifdef HAVE_USABLE_XI_GESTURE_PINCH_EVENT | 226 | #ifdef HAVE_XINPUT2_4 |
| 227 | extern void xwidget_pinch (struct xwidget_view *, XIGesturePinchEvent *); | 227 | extern void xwidget_pinch (struct xwidget_view *, XIGesturePinchEvent *); |
| 228 | #endif | 228 | #endif |
| 229 | #endif | 229 | #endif |