From 2a78db325e0675eb1bfcaec6887845865c67e95f Mon Sep 17 00:00:00 2001 From: schuhumi Date: Sat, 14 Mar 2015 23:06:49 +0100 Subject: [PATCH] Typo in DEBUG_GESTURES flag --- src/gestures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gestures.c b/src/gestures.c index 5262fbd..9d373ad 100644 --- a/src/gestures.c +++ b/src/gestures.c @@ -85,7 +85,7 @@ static void trigger_button_click(struct Gestures* gs, gs->button_delayed = button; timercp(&gs->button_delayed_time, trigger_up_time); timerclear(&gs->button_delayed_delta); -#ifdef DEBUG_GESTRUES +#ifdef DEBUG_GESTURES xf86Msg(X_INFO, "trigger_button_click: %d placed in delayed mode\n"); #endif }