summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-17 15:19:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-17 15:19:26 -0600
commitf92f9d7fec30cd8ea592df33c7126b9531eca834 (patch)
treeca3f2654baa306ea69e100f8a24ed1edeac91f45 /NxWidgets/nxwm/include
parent3585cc73d6f645bbf052e7411d52097f5b5b338a (diff)
downloadnuttx-f92f9d7fec30cd8ea592df33c7126b9531eca834.tar.gz
nuttx-f92f9d7fec30cd8ea592df33c7126b9531eca834.tar.bz2
nuttx-f92f9d7fec30cd8ea592df33c7126b9531eca834.zip
Minor tweaks to debug output; started renaming some icons to include size in the name; SAMA5 NxWM config needs libm
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx2
-rw-r--r--NxWidgets/nxwm/include/nxwmglyphs.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index a10491d39..5b42e3a70 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -312,7 +312,7 @@
*/
#ifndef CONFIG_NXWM_STARTWINDOW_ICON
-# define CONFIG_NXWM_STARTWINDOW_ICON NxWM::g_playBitmap
+# define CONFIG_NXWM_STARTWINDOW_ICON NxWM::g_playBitmap24x24
#endif
/**
diff --git a/NxWidgets/nxwm/include/nxwmglyphs.hxx b/NxWidgets/nxwm/include/nxwmglyphs.hxx
index 5bcd4fb83..799ca61b6 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_playBitmap;
+ extern const struct NXWidgets::SRlePaletteBitmap g_playBitmap24x24;
extern const struct NXWidgets::SRlePaletteBitmap g_startBitmap;
extern const struct NXWidgets::SRlePaletteBitmap g_stopBitmap;
}