summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-25 15:21:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-25 15:21:01 +0000
commit38c2a5225455acca57f72649460b4a5d12d61ca1 (patch)
treecbdee96ca1d85812ee55fdb2b0df94bf54e89ada /nuttx/ChangeLog
parent5b0d579d3cd42d64ff748683297657821ab353ab (diff)
downloadnuttx-38c2a5225455acca57f72649460b4a5d12d61ca1.tar.gz
nuttx-38c2a5225455acca57f72649460b4a5d12d61ca1.tar.bz2
nuttx-38c2a5225455acca57f72649460b4a5d12d61ca1.zip
Fix some errors in 8-bit color conversion macros; Fix tools/incdir.sh when g++ is used; Fix bad cast that caused problems with the background window is released
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4064 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 fad579bf5..efa9d15d7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2172,3 +2172,9 @@
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.
+ * include/nuttx/rgbcolors.h: Fix errors in some 16- and 8-bit color
+ conversion macros.
+ * tools/incdir.sh: Fix issues when g++ is used as the compiler. It was
+ not being recognized and handled properly.
+ * graphics/nxsu/nx_releasebkgdg.c: Fix a bad cast that was causing
+ problems with the backgournd window was released.