summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-11 13:30:47 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-11 13:30:47 +0000
commitbe05281b7a9a6d0757b8be67eeb5a5cf314968ae (patch)
tree933933cf3b5ba1ba86bc00b4f91a73d51c6e4344 /nuttx/ChangeLog
parentfcb3f0be7cf755c09970aef69d46c183779dc6f7 (diff)
downloadnuttx-be05281b7a9a6d0757b8be67eeb5a5cf314968ae.tar.gz
nuttx-be05281b7a9a6d0757b8be67eeb5a5cf314968ae.tar.bz2
nuttx-be05281b7a9a6d0757b8be67eeb5a5cf314968ae.zip
Correct an NX error that would leave stuff on the display when a window is closed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3769 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a933a0503..fb04124e0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1892,3 +1892,6 @@
* graphics/nxbe/nxbe_move.c: Fixed an error in the graphics move logic (This
was a previously untested interface). Basically, there is some confusion
between use of (x,y) as a relative offset or as an absolute position.
+ * graphics/nxbe/nxbe_close.c: Fixed an important graphics system bug:
+ When a window is closed, the display was not being updated. The old
+ window graphic was left on the display for a time.