From 45f021f2a88d9f76c7802aa31d3fc67827ff288d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 29 Apr 2012 22:10:52 +0000 Subject: NxWM update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4676 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/nxwmconfig.hxx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'NxWidgets/nxwm/include/nxwmconfig.hxx') diff --git a/NxWidgets/nxwm/include/nxwmconfig.hxx b/NxWidgets/nxwm/include/nxwmconfig.hxx index 1400d41a4..dc6c2acf2 100644 --- a/NxWidgets/nxwm/include/nxwmconfig.hxx +++ b/NxWidgets/nxwm/include/nxwmconfig.hxx @@ -33,8 +33,8 @@ * ****************************************************************************/ -#ifndef __INCLUDE_NXWM_CONFIG_HXX -#define __INCLUDE_NXWM_CONFIG_HXX +#ifndef __INCLUDE_NXWMCONFIG_HXX +#define __INCLUDE_NXWMCONFIG_HXX /**************************************************************************** * Included Files @@ -43,6 +43,7 @@ #include #include "nxconfig.hxx" +#include "crlepalettebitmap.hxx" /**************************************************************************** * Pre-Processor Definitions @@ -141,6 +142,12 @@ # define CONFIG_NXWM_TASKBAR_TOP 1 #endif +/* Tool Bar Configuration ***************************************************/ + +#ifndef CONFIG_NXWM_TOOLBAR_HEIGHT +# define CONFIG_NXWM_TOOLBAR_HEIGHT CONFIG_NXWM_TASKBAR_WIDTH +#endif + /* Colors *******************************************************************/ -#endif // __INCLUDE_NXWM_CONFIG_HXX +#endif // __INCLUDE_NXWMCONFIG_HXX -- cgit v1.2.3