From cdcc526a0274cace9f542960fe4eee4ddcc23d31 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 13 Jan 2003 09:04:57 +0000 Subject: use the new non-static display --- src/openbox.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/openbox.hh') 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 #include +#include "otk/display.hh" #include "otk/screeninfo.hh" #include "otk/timerqueuemanager.hh" #include "otk/property.hh" @@ -74,6 +75,9 @@ public: typedef std::vector 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 /*! -- cgit v1.2.3