From a85f1d89916f8f0302c9f8cd77645a0c60fc93dc Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 May 2012 13:29:07 +0000 Subject: Minor task bar fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4691 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/nxwm/include/ctaskbar.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx') diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx index 7a6812901..c290cb8ae 100644 --- a/NxWidgets/nxwm/include/ctaskbar.hxx +++ b/NxWidgets/nxwm/include/ctaskbar.hxx @@ -99,6 +99,7 @@ namespace NxWM NXWidgets::CImage *m_backImage; /**< The background image */ IApplication *m_topApp; /**< The top application in the hierarchy */ TNxArray m_slots; /**< List of application slots in the task bar */ + bool m_started; /**< True if window manager has been started */ /** * Create a raw window. -- cgit v1.2.3