diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-13 09:04:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-13 09:04:57 +0000 |
| commit | cdcc526a0274cace9f542960fe4eee4ddcc23d31 (patch) | |
| tree | 19e49487f23f79ef80690a2ecb8d9aef73f230be /src/openbox.hh | |
| parent | c34f2a5241fba850f3e48a08ebeff3190c6dc9d5 (diff) | |
use the new non-static display
Diffstat (limited to 'src/openbox.hh')
| -rw-r--r-- | src/openbox.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/openbox.hh b/src/openbox.hh index 9001db60..fe49df15 100644 --- a/src/openbox.hh +++ b/src/openbox.hh @@ -14,6 +14,7 @@ extern "C" { #include <vector> #include <map> +#include "otk/display.hh" #include "otk/screeninfo.hh" #include "otk/timerqueuemanager.hh" #include "otk/property.hh" @@ -74,6 +75,9 @@ public: typedef std::vector<Screen *> ScreenList; private: + //! The display on which Openbox is running + otk::Display _display; + // stuff that can be passed on the command line //! Path to the config file to use/in use /*! |
