summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/include/cstartwindow.hxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-01 14:52:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-01 14:52:54 +0000
commit990276740afafeb69f64b01050a99f113bb89fa6 (patch)
tree80c3626717d9db8bc4b3b6726149aff19dbb446c /NxWidgets/nxwm/include/cstartwindow.hxx
parent2812a9f1df22438f8ccd30dd5e5dc48dc3465b3f (diff)
downloadnuttx-990276740afafeb69f64b01050a99f113bb89fa6.tar.gz
nuttx-990276740afafeb69f64b01050a99f113bb89fa6.tar.bz2
nuttx-990276740afafeb69f64b01050a99f113bb89fa6.zip
Add beginning of NxWM NxConsole application
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4681 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/nxwm/include/cstartwindow.hxx')
-rw-r--r--NxWidgets/nxwm/include/cstartwindow.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/include/cstartwindow.hxx b/NxWidgets/nxwm/include/cstartwindow.hxx
index fca886e8d..ab6b6f926 100644
--- a/NxWidgets/nxwm/include/cstartwindow.hxx
+++ b/NxWidgets/nxwm/include/cstartwindow.hxx
@@ -160,9 +160,11 @@ namespace NxWM
/**
* Start the application.
+ *
+ * @return True if the application was successfully started.
*/
- void run(void);
+ bool run(void);
/**
* Stop the application.