From 6038af4a17b2abe82485c388365cd4c54886e4c9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 15 Oct 2013 16:10:08 -0600 Subject: Add a 320x320 NuttX logo image --- NxWidgets/nxwm/include/nxwmconfig.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'NxWidgets/nxwm/include/nxwmconfig.hxx') diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx index 7715224e2..a10491d39 100644 --- a/NxWidgets/nxwm/include/nxwmconfig.hxx +++ b/NxWidgets/nxwm/include/nxwmconfig.hxx @@ -270,11 +270,11 @@ /* Background Image **********************************************************/ /** * CONFIG_NXWM_BACKGROUND_IMAGE - The name of the image to use in the - * background window. Default:NXWidgets::g_nuttxBitmap + * background window. Default:NXWidgets::g_nuttxBitmap160x160 */ #ifndef CONFIG_NXWM_BACKGROUND_IMAGE -# define CONFIG_NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap +# define CONFIG_NXWM_BACKGROUND_IMAGE NXWidgets::g_nuttxBitmap160x160 #endif /* Start Window Configuration ***********************************************/ -- cgit v1.2.3