summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-23 21:27:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-23 21:27:03 +0000
commite479c3fd01478ce47eb5a067796e925db9c1a4e4 (patch)
tree9d327c50b171d3560bc7b284b77add9a5cf3b761 /nuttx/ChangeLog
parent214bee5a9d5cc49d58906e7a982c897369dd4371 (diff)
downloadnuttx-e479c3fd01478ce47eb5a067796e925db9c1a4e4.tar.gz
nuttx-e479c3fd01478ce47eb5a067796e925db9c1a4e4.tar.bz2
nuttx-e479c3fd01478ce47eb5a067796e925db9c1a4e4.zip
Fix an error in some graphics error handling
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4059 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2d1e08bd3..fad579bf5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2170,4 +2170,5 @@
* graphics/nxmu/nx_getrectangle.c, graphics/nxsu/nx_getrectangle.c,
graphics/mxtk/nx_getwindow.c, graphics/nxmu/nx_gettoobar.c: New
interfaces to read from graphics memory
-
+ * graphics/nxbe/nxbe_bitmap.c: Fix an error in the error handling that
+ can cause valid bitmaps to fail to render.