summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/ctaskbar.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-20 22:10:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-20 22:10:34 +0000
commit7b639cc17a46229cacb9eca78a451a66122c54d8 (patch)
tree33492e787345ddef26740d5a9c1282f59324c2b0 /NxWidgets/nxwm/include/ctaskbar.hxx
parent01bce341a9d065e8250f655c246c07a525779bc0 (diff)
downloadnuttx-7b639cc17a46229cacb9eca78a451a66122c54d8.tar.gz
nuttx-7b639cc17a46229cacb9eca78a451a66122c54d8.tar.bz2
nuttx-7b639cc17a46229cacb9eca78a451a66122c54d8.zip
Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4755 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include/ctaskbar.hxx')
-rw-r--r--NxWidgets/nxwm/include/ctaskbar.hxx10
1 files changed, 9 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/include/ctaskbar.hxx b/NxWidgets/nxwm/include/ctaskbar.hxx
index 2578a3ce9..5aab9e6bf 100644
--- a/NxWidgets/nxwm/include/ctaskbar.hxx
+++ b/NxWidgets/nxwm/include/ctaskbar.hxx
@@ -184,7 +184,15 @@ namespace NxWM
* @return true on success
*/
- bool redrawTopWindow(void);
+ bool redrawTopApplication(void);
+
+ /**
+ * Raise the top window to the top of the NXheirarchy.
+ *
+ * @return true on success
+ */
+
+ void raiseTopApplication(void);
/**
* (Re-)draw the background window.