summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/nxwmconfig.hxx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-11 16:15:51 -0600
commit9170f5ac5117c9239e9fb9265a9d74725b089d16 (patch)
tree7f32fd395083732ea58ec3697d0e6c0121773847 /NxWidgets/nxwm/include/nxwmconfig.hxx
parent5b0a06cafebd0a0dc8060f7e7a4208cac06dcaaa (diff)
downloadnuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.gz
nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.tar.bz2
nuttx-9170f5ac5117c9239e9fb9265a9d74725b089d16.zip
Add beginning a a media player window to NxWM from Ken Pettit. Still a work in progress
Diffstat (limited to 'NxWidgets/nxwm/include/nxwmconfig.hxx')
-rw-r--r--NxWidgets/nxwm/include/nxwmconfig.hxx23
1 files changed, 23 insertions, 0 deletions
diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx
index 0c43125bb..d57b58b59 100644
--- a/NxWidgets/nxwm/include/nxwmconfig.hxx
+++ b/NxWidgets/nxwm/include/nxwmconfig.hxx
@@ -533,6 +533,29 @@
# define CONFIG_NXWM_HEXCALCULATOR_FONTID CONFIG_NXWM_DEFAULT_FONTID
#endif
+/* Media Player application ***********************************************/
+/**
+ *
+ * CONFIG_NXWM_HEXCALCULATOR_BACKGROUNDCOLOR - The background color of the
+ * calculator display. Default: Same as CONFIG_NXWM_DEFAULT_BACKGROUNDCOLOR
+ * CONFIG_NXWM_HEXCALCULATOR_ICON - The ICON to use for the hex calculator
+ * application. Default: NxWM::g_calculatorBitmap
+ * CONFIG_NXWM_HEXCALCULATOR_FONTID - The font used with the calculator.
+ * Default: CONFIG_NXWM_DEFAULT_FONTID
+ */
+
+#ifndef CONFIG_NXWM_MEDIAPLAYER_BACKGROUNDCOLOR
+# define CONFIG_NXWM_MEDIAPLAYER_BACKGROUNDCOLOR CONFIG_NXWM_DEFAULT_BACKGROUNDCOLOR
+#endif
+
+#ifndef CONFIG_NXWM_MEDIAPLAYER_ICON
+# define CONFIG_NXWM_MEDIAPLAYER_ICON NxWM::g_mediaplayerBitmap
+#endif
+
+#ifndef CONFIG_NXWM_MEDIAPLAYER_FONTID
+# define CONFIG_NXWM_MEDIAPLAYER_FONTID CONFIG_NXWM_DEFAULT_FONTID
+#endif
+
/****************************************************************************
* Global Function Prototypes
****************************************************************************/