From 6fbbf131fccc9290b7336009b9acae50ef2f8152 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 16 Jul 2014 22:13:41 -0600 Subject: MXT driver: Fix error in thread test... backward logic --- NxWidgets/nxwm/src/ctouchscreen.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'NxWidgets/nxwm/src') diff --git a/NxWidgets/nxwm/src/ctouchscreen.cxx b/NxWidgets/nxwm/src/ctouchscreen.cxx index 0a1bea71f..68fec4e5b 100644 --- a/NxWidgets/nxwm/src/ctouchscreen.cxx +++ b/NxWidgets/nxwm/src/ctouchscreen.cxx @@ -591,5 +591,3 @@ void CTouchscreen::handleMouseInput(struct touch_sample_s *sample) (void)nx_mousein(handle, x, y, buttons); } - - -- cgit v1.2.3