From e35aa390b0d57483b82638952ad62f3a7f5373b5 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Apr 2012 22:46:36 +0000 Subject: More NX window manager pieces git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4670 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/cnxconsole.hxx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'NxWidgets/nxwm/include/cnxconsole.hxx') diff --git a/NxWidgets/nxwm/include/cnxconsole.hxx b/NxWidgets/nxwm/include/cnxconsole.hxx index eb76ba10b..793a46849 100644 --- a/NxWidgets/nxwm/include/cnxconsole.hxx +++ b/NxWidgets/nxwm/include/cnxconsole.hxx @@ -43,6 +43,7 @@ #include #include "crlepalettebitmap.hxx" +#include "inxwindow.hxx" #include "cnxapplication.hxx" /**************************************************************************** @@ -69,18 +70,21 @@ namespace NxWM class CNxConsole : public CNxApplication { - public: + protected: /** - * CNxConsole constructor + * CNxConsole destructor */ - CNxConsole(void); + ~CNxConsole(void); + public: /** - * CNxConsole destructor + * CNxConsole constructor + * + * @param window. The application window */ - ~CNxConsole(void); + CNxConsole(NXWidgets::INxWindow *window); /** * Get the icon associated with the application -- cgit v1.2.3