From 18909f0a5316ddf4914792f5004a2a4a263f160a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 13 May 2012 14:36:59 +0000 Subject: [PATCH] NxWM: Fix detection of touch events in the tool bar; Start window should not have a stop icon git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4729 42af7a65-404d-4744-a932-0658087f49c3 --- graphics/nxtk/nxtk_events.c | 1 - 1 file changed, 1 deletion(-) diff --git a/graphics/nxtk/nxtk_events.c b/graphics/nxtk/nxtk_events.c index 4451b13be4..636fd96ef0 100644 --- a/graphics/nxtk/nxtk_events.c +++ b/graphics/nxtk/nxtk_events.c @@ -259,7 +259,6 @@ static void nxtk_mousein(NXWINDOW hwnd, FAR const struct nxgl_point_s *pos, { nx_raise((NXWINDOW)&fwnd->wnd); } - } #endif