summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 13:29:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-03 13:29:07 +0000
commita85f1d89916f8f0302c9f8cd77645a0c60fc93dc (patch)
tree6cca0bb777e8c089c69386d3373173a94928f1bb /NxWidgets/nxwm/include
parentef2146db54a82adb1b61de2f4abbc38ef2ff98ad (diff)
downloadnuttx-a85f1d89916f8f0302c9f8cd77645a0c60fc93dc.tar.gz
nuttx-a85f1d89916f8f0302c9f8cd77645a0c60fc93dc.tar.bz2
nuttx-a85f1d89916f8f0302c9f8cd77645a0c60fc93dc.zip
Minor task bar fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4691 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx1
1 files changed, 1 insertions, 0 deletions
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<struct STaskbarSlot> m_slots; /**< List of application slots in the task bar */
+ bool m_started; /**< True if window manager has been started */
/**
* Create a raw window.