From 412546380150ce2d32b3174cd83818552aa42fbc Mon Sep 17 00:00:00 2001 From: Aram Date: Mon, 12 Jun 2017 12:02:14 +0200 Subject: [PATCH] Using mutex-locked version of ginputToggleWakeup --- unix/ginput_lld_toggle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/ginput_lld_toggle.c b/unix/ginput_lld_toggle.c index 972ad78e0..40951dcfc 100644 --- a/unix/ginput_lld_toggle.c +++ b/unix/ginput_lld_toggle.c @@ -46,7 +46,7 @@ void keyboard_callback(void *param, GEvent *pe){ } } } - ginputToggleWakeupI(); + ginputToggleWakeup(); } }