From 3447f365b13e0814916e44192063734eae7d3e19 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Tue, 1 Mar 2022 15:49:03 +0800 Subject: [PATCH] ; * src/xwidget.c: Add missing part of last change. --- src/xwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5