X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fopenbox.hh;h=4eef803e5d5ba85a03362027676d5a8d788d7cc0;hb=45c2589ef6e6576604543229dfa1582d471e6a94;hp=e1837218c9e520b762111140a2c2075c6638c646;hpb=6bba50ef344168e3c6fdec4d349e090d408b4ebd;p=chaz%2Fopenbox diff --git a/src/openbox.hh b/src/openbox.hh index e1837218..4eef803e 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -10,7 +10,8 @@ extern "C" { #include #include "otk/screeninfo.hh" -#include "otk/timermanager.hh" +#include "otk/timerqueuemanager.hh" +#include "xeventhandler.hh" namespace ob { @@ -68,6 +69,9 @@ private: */ otk::OBTimerQueueManager _timermanager; + //! The class which will handle raw XEvents + OBXEventHandler _xeventhandler; + //! The running state of the window manager RunState _state;