From: Po Lu Date: Tue, 1 Mar 2022 07:49:03 +0000 (+0800) Subject: ; * src/xwidget.c: Add missing part of last change. X-Git-Tag: emacs-29.0.90~2065 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3447f365b13e0814916e44192063734eae7d3e19;p=emacs.git ; * src/xwidget.c: Add missing part of last change. --- diff --git a/src/xwidget.c b/src/xwidget.c index e812b13f23b..71bc3504295 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -1443,7 +1443,7 @@ xwidget_scroll (struct xwidget_view *view, double x, double y, gdk_event_free (xg_event); } -#ifdef HAVE_USABLE_XI_GESTURE_PINCH_EVENT +#ifdef HAVE_XINPUT2_4 void xwidget_pinch (struct xwidget_view *view, XIGesturePinchEvent *xev) {