diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-05 07:48:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-05 07:48:26 +0000 |
| commit | 641bc819d1b399d2313e3328d111dd70777ecfea (patch) | |
| tree | 5fb8014f9519da3e1ad451ae878fd001fe4afeb0 /src/openbox.hh | |
| parent | f25252a4849ab205856629480178946b2b454aa3 (diff) | |
convert XAtom to OBAtom
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index 2feb8f0f..5e9edd17 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -16,6 +16,7 @@ extern "C" { #include "otk/screeninfo.hh" #include "otk/timerqueuemanager.hh" #include "xeventhandler.hh" +#include "atom.hh" namespace ob { @@ -112,7 +113,7 @@ public: //! The main function of the Openbox class /*! This function should be called after instantiating the Openbox class. - Loops indefinately while handling all events in the application. + It loops indefinately while handling all events for the application. The Openbox::shutdown method will cause this function to exit. */ void eventLoop(); |
