all repos — fluxbox @ e67aa125ff0cde31580c804355d8021556c3f52d

custom fork of the fluxbox windowmanager

accessor for done
fluxgen fluxgen
commit

e67aa125ff0cde31580c804355d8021556c3f52d

parent

348eb418fe0f91515f3b1c5a181f33969fbcace7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/FbTk/App.hhsrc/FbTk/App.hh

@@ -51,6 +51,7 @@ /// starts event loop

virtual void eventLoop(); /// forces an end to event loop void end(); + bool done() const { return m_done; } private: static App *s_app; bool m_done;