summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-12 16:36:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-12 16:36:24 -0600
commit9b5df1889c71225452b777b7c257a4559bd15b06 (patch)
tree86ef9c5d03403f7ee685f0bcfa0962f1a11aadb5 /NxWidgets/nxwm
parent0f3e3ce35e86447d925984eda1d20d15fb46590c (diff)
downloadnuttx-9b5df1889c71225452b777b7c257a4559bd15b06.tar.gz
nuttx-9b5df1889c71225452b777b7c257a4559bd15b06.tar.bz2
nuttx-9b5df1889c71225452b777b7c257a4559bd15b06.zip
NxWidgets: Fix repeated misspelling of Definitions
Diffstat (limited to 'NxWidgets/nxwm')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx2
-rw-r--r--NxWidgets/nxwm/include/nxwmglyphs.hxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_calculator24x25.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_calibration24x21.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_cmd25x22.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_minimize21x21.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_nsh25x25.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_play24x24.cxx4
-rw-r--r--NxWidgets/nxwm/src/glyph_start25x25.cxx2
-rw-r--r--NxWidgets/nxwm/src/glyph_stop21x21.cxx2
10 files changed, 11 insertions, 11 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index e1feedcf0..b6c4d6da4 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -313,7 +313,7 @@
*/
#ifndef CONFIG_NXWM_STARTWINDOW_ICON
-# define CONFIG_NXWM_STARTWINDOW_ICON NxWM::g_playBitmap24x24
+# define CONFIG_NXWM_STARTWINDOW_ICON NxWM::g_playBitmap
#endif
/**
diff --git a/NxWidgets/nxwm/include/nxwmglyphs.hxx b/NxWidgets/nxwm/include/nxwmglyphs.hxx
index 523130349..0e8e9545b 100644
--- a/NxWidgets/nxwm/include/nxwmglyphs.hxx
+++ b/NxWidgets/nxwm/include/nxwmglyphs.hxx
@@ -70,7 +70,7 @@ namespace NxWM
#endif
extern const struct NXWidgets::SRlePaletteBitmap g_minimizeBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_nshBitmap;
- extern const struct NXWidgets::SRlePaletteBitmap g_playBitmap24x24;
+ extern const struct NXWidgets::SRlePaletteBitmap g_playBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_startBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_stopBitmap;
}
diff --git a/NxWidgets/nxwm/src/glyph_calculator24x25.cxx b/NxWidgets/nxwm/src/glyph_calculator24x25.cxx
index 6184212f8..8575e90f7 100644
--- a/NxWidgets/nxwm/src/glyph_calculator24x25.cxx
+++ b/NxWidgets/nxwm/src/glyph_calculator24x25.cxx
@@ -173,7 +173,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_calculatorRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_calculatorBitmap =
diff --git a/NxWidgets/nxwm/src/glyph_calibration24x21.cxx b/NxWidgets/nxwm/src/glyph_calibration24x21.cxx
index 2d01edadf..fb1c5e6bc 100644
--- a/NxWidgets/nxwm/src/glyph_calibration24x21.cxx
+++ b/NxWidgets/nxwm/src/glyph_calibration24x21.cxx
@@ -180,7 +180,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_calibrationRleEntries[]
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_calibrationBitmap =
diff --git a/NxWidgets/nxwm/src/glyph_cmd25x22.cxx b/NxWidgets/nxwm/src/glyph_cmd25x22.cxx
index 4cd66c571..891be86dd 100644
--- a/NxWidgets/nxwm/src/glyph_cmd25x22.cxx
+++ b/NxWidgets/nxwm/src/glyph_cmd25x22.cxx
@@ -163,7 +163,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_cmdRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_cmdBitmap =
diff --git a/NxWidgets/nxwm/src/glyph_minimize21x21.cxx b/NxWidgets/nxwm/src/glyph_minimize21x21.cxx
index 275f66862..977f13864 100644
--- a/NxWidgets/nxwm/src/glyph_minimize21x21.cxx
+++ b/NxWidgets/nxwm/src/glyph_minimize21x21.cxx
@@ -161,7 +161,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_minimizeRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_minimizeBitmap =
diff --git a/NxWidgets/nxwm/src/glyph_nsh25x25.cxx b/NxWidgets/nxwm/src/glyph_nsh25x25.cxx
index 23e1507ab..9dec2b35f 100644
--- a/NxWidgets/nxwm/src/glyph_nsh25x25.cxx
+++ b/NxWidgets/nxwm/src/glyph_nsh25x25.cxx
@@ -197,7 +197,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_nshRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_nshBitmap =
diff --git a/NxWidgets/nxwm/src/glyph_play24x24.cxx b/NxWidgets/nxwm/src/glyph_play24x24.cxx
index c96ef0b03..4fa1e8d3a 100644
--- a/NxWidgets/nxwm/src/glyph_play24x24.cxx
+++ b/NxWidgets/nxwm/src/glyph_play24x24.cxx
@@ -240,10 +240,10 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_playRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
-const struct NXWidgets::SRlePaletteBitmap NxWM::g_playBitmap24x24 =
+const struct NXWidgets::SRlePaletteBitmap NxWM::g_playBitmap =
{
CONFIG_NXWIDGETS_BPP, // bpp - Bits per pixel
CONFIG_NXWIDGETS_FMT, // fmt - Color format
diff --git a/NxWidgets/nxwm/src/glyph_start25x25.cxx b/NxWidgets/nxwm/src/glyph_start25x25.cxx
index 8bb73e7aa..0a02f0692 100644
--- a/NxWidgets/nxwm/src/glyph_start25x25.cxx
+++ b/NxWidgets/nxwm/src/glyph_start25x25.cxx
@@ -198,7 +198,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_startRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_startBitmap =
diff --git a/NxWidgets/nxwm/src/glyph_stop21x21.cxx b/NxWidgets/nxwm/src/glyph_stop21x21.cxx
index e4142d736..9b85913e5 100644
--- a/NxWidgets/nxwm/src/glyph_stop21x21.cxx
+++ b/NxWidgets/nxwm/src/glyph_stop21x21.cxx
@@ -176,7 +176,7 @@ static const struct NXWidgets::SRlePaletteBitmapEntry g_stopRleEntries[] =
};
/********************************************************************************************
- * Public Bitmap Structure Defintions
+ * Public Bitmap Structure Definitions
********************************************************************************************/
const struct NXWidgets::SRlePaletteBitmap NxWM::g_stopBitmap =