summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh3
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();