summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/glyph_stop.cxx
diff options
context:
space:
mode:
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
};