summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-13 00:45:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-13 00:45:13 +0000
commitdddc850bfc8afdd0fb6e02d1541636931abaa70a (patch)
tree19477eacf939b2457a9547b9a70d6925ec9223eb /nuttx/ChangeLog
parentcb492203382e21b52dce512d70efb487715392df (diff)
downloadpx4-nuttx-dddc850bfc8afdd0fb6e02d1541636931abaa70a.tar.gz
px4-nuttx-dddc850bfc8afdd0fb6e02d1541636931abaa70a.tar.bz2
px4-nuttx-dddc850bfc8afdd0fb6e02d1541636931abaa70a.zip
Fix a critical NXTK bug related to mouse/touchscreen positions within framed windows
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4728 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4b5ab66d0..42ab7ec85 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2741,3 +2741,9 @@
the worker thread, disabling interrupts does not provide protected; Need to
disable pre-emption. (2) Fix handling of touch ID and (2) add some logic to
prevent certain kinds of data overrun.
+ * include/nx/nxtk.h and graphics/nx/nxtk/nxtk_internal.h: Move setting
+ of configuration defaults from the internal header file to a place where
+ other logic can use the defaults.
+ * graphics/nxtk/nxtk_events.c: Fixed an important but in the logic that
+ translates the mouse/touchscreen position data for framed windows and toolbars.
+