aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-13 00:45:13 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-13 00:45:13 +0000
commit6798ffe9be77f8ca18352e1c0f36fd59cb414d2b (patch)
tree19477eacf939b2457a9547b9a70d6925ec9223eb /nuttx/ChangeLog
parente16fc112d83924fb75ff874b19119a9c38419461 (diff)
downloadpx4-firmware-6798ffe9be77f8ca18352e1c0f36fd59cb414d2b.tar.gz
px4-firmware-6798ffe9be77f8ca18352e1c0f36fd59cb414d2b.tar.bz2
px4-firmware-6798ffe9be77f8ca18352e1c0f36fd59cb414d2b.zip
Fix a critical NXTK bug related to mouse/touchscreen positions within framed windows
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4728 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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.
+