diff options
author | fluxgen <fluxgen> | 2003-09-06 12:16:08 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-06 12:16:08 (GMT) |
commit | e67aa125ff0cde31580c804355d8021556c3f52d (patch) | |
tree | 9c8db9560dc1b4f741ef698a636416a599c0eea2 /src/FbTk/App.hh | |
parent | 348eb418fe0f91515f3b1c5a181f33969fbcace7 (diff) | |
download | fluxbox-e67aa125ff0cde31580c804355d8021556c3f52d.zip fluxbox-e67aa125ff0cde31580c804355d8021556c3f52d.tar.bz2 |
accessor for done
Diffstat (limited to 'src/FbTk/App.hh')
-rw-r--r-- | src/FbTk/App.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/FbTk/App.hh b/src/FbTk/App.hh index e30694f..f5eb091 100644 --- a/src/FbTk/App.hh +++ b/src/FbTk/App.hh | |||
@@ -51,6 +51,7 @@ public: | |||
51 | virtual void eventLoop(); | 51 | virtual void eventLoop(); |
52 | /// forces an end to event loop | 52 | /// forces an end to event loop |
53 | void end(); | 53 | void end(); |
54 | bool done() const { return m_done; } | ||
54 | private: | 55 | private: |
55 | static App *s_app; | 56 | static App *s_app; |
56 | bool m_done; | 57 | bool m_done; |