summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/glyph_stop.cxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-29 17:09:57 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-04-29 17:09:57 +0000
commita8fb6adca765f06b1809648ddec86d0570a44acb (patch)
tree72f002b01002ea8f5b6019efbe3f0aefe3c1808c /NxWidgets/nxwm/src/glyph_stop.cxx
parent437983c8ea7bf69d7cdbc6d9f9df834f73a61520 (diff)
downloadnuttx-a8fb6adca765f06b1809648ddec86d0570a44acb.tar.gz
nuttx-a8fb6adca765f06b1809648ddec86d0570a44acb.tar.bz2
nuttx-a8fb6adca765f06b1809648ddec86d0570a44acb.zip
More images of NxWM
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4673 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/src/glyph_stop.cxx')
-rwxr-xr-xNxWidgets/nxwm/src/glyph_stop.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/NxWidgets/nxwm/src/glyph_stop.cxx b/NxWidgets/nxwm/src/glyph_stop.cxx
index d5b2fe697..3e1568b98 100755
--- a/NxWidgets/nxwm/src/glyph_stop.cxx
+++ b/NxWidgets/nxwm/src/glyph_stop.cxx
@@ -208,7 +208,7 @@ static const struct SRlePaletteBitmapEntry g_stopRleEntries[] =
* Public Bitmap Structure Defintions
********************************************************************************************/
-const struct SRlePaletteBitmap NXWidgets::g_mimimizeBitmap =
+const struct SRlePaletteBitmap NXWidgets::g_stopBitmap =
{
CONFIG_NXWIDGETS_BPP, // bpp - Bits per pixel
CONFIG_NXWIDGETS_FMT, // fmt - Color format
@@ -216,8 +216,8 @@ const struct SRlePaletteBitmap NXWidgets::g_mimimizeBitmap =
BITMAP_NCOLUMNS, // width - Width in pixels
BITMAP_NROWS, // height - Height in rows
{ // lut - Pointer to the beginning of the Look-Up Table (LUT)
- g_stopLut, // Index 0: Unselected LUT
- g_stopLut, // Index 1: Selected LUT
+ g_stopLut, // Index 0: Unselected LUT
+ g_stopLut, // Index 1: Selected LUT
},
- g_stopRleEntries // data - Pointer to the beginning of the RLE data
+ g_stopRleEntries // data - Pointer to the beginning of the RLE data
};