summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-09 19:31:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-09 19:31:48 +0000
commitd97899b6e2c22b4f33f23a8333a03cd323bcd45e (patch)
tree3275cf363a5ddb67c70108c4712f8903fb0b958c /NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
parent0f72f7085182b9038e0037c3b949458ac3306fdc (diff)
downloadnuttx-d97899b6e2c22b4f33f23a8333a03cd323bcd45e.tar.gz
nuttx-d97899b6e2c22b4f33f23a8333a03cd323bcd45e.tar.bz2
nuttx-d97899b6e2c22b4f33f23a8333a03cd323bcd45e.zip
NxWidgets: Remove modal loops, Add CWindowEventHandler*. NxWM: Add support for full screen applications
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4716 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx')
-rw-r--r--NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx b/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
index 2b41eca63..c8e02938b 100644
--- a/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
+++ b/NxWidgets/UnitTests/CLatchButton/clatchbuttontest.cxx
@@ -308,7 +308,7 @@ void CLatchButtonTest::release(void)
(void)nx_mousein(handle, m_center.x, m_center.y, NX_MOUSE_NOBUTTONS);
}
-// Widget events are normally handled in a modal loop (by calling goModal()).
+// Widget events are normally handled in a modal loop.
// However, for this case we know when there should be press and release
// events so we don't have to poll. We can just perform a one pass poll.