]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
use the new non-static display
[chaz/openbox] / src / openbox.hh
index 9001db60285bd5c6b92c19be305db56dff0420d2..fe49df15689eae342a8df2684fb93884622c5750 100644 (file)
@@ -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
   /*!
This page took 0.021883 seconds and 4 git commands to generate.