]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/xwidget.c: Add missing part of last change.
authorPo Lu <luangruo@yahoo.com>
Tue, 1 Mar 2022 07:49:03 +0000 (15:49 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 1 Mar 2022 07:49:03 +0000 (15:49 +0800)
src/xwidget.c

index e812b13f23b4eb59d0783ecd0ba5d715f43171b7..71bc350429591a535cd28eba30e8c25f60d88149 100644 (file)
@@ -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)
 {