summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-17 13:50:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-17 13:50:59 +0000
commitb023c1b10ea54b6fc54f0ec747c766187c58190f (patch)
tree479fffea4db69312dd25694198a686ef226ef5fa /nuttx/ChangeLog
parent925415fbda596e6da11429a72f57f2574ce50844 (diff)
downloadnuttx-b023c1b10ea54b6fc54f0ec747c766187c58190f.tar.gz
nuttx-b023c1b10ea54b6fc54f0ec747c766187c58190f.tar.bz2
nuttx-b023c1b10ea54b6fc54f0ec747c766187c58190f.zip
Patches 7-9 from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5366 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c53f9c891..551e5c0fc 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3641,4 +3641,11 @@
window. From Petteri Aimonen.
* nuttx/graphics/nxmu/nx_block.c: One more fixe to the NX block message
logic from Petteri Aimonen.
+ * include/nuttx/wqueue.h: Some basic definitions to support a user-
+ space work queue (someday in the future).
+ * graphics/nxmu: Add semaphores so buffers messages that send buffers
+ will block until the buffer data has been acted upon.
+ * graphics/nxmw: Extended the blocked messages to cover mouse movement
+ and redraw events. These will also cause problems if sent to a window
+ while it is closing.