From 641bc819d1b399d2313e3328d111dd70777ecfea Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 5 Nov 2002 07:48:26 +0000 Subject: convert XAtom to OBAtom --- src/openbox.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/openbox.hh') 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(); -- cgit v1.2.3