]> Dogcows Code - chaz/openbox/blobdiff - src/openbox.hh
Add the "obsetroot" tool. Use it to set the root background.
[chaz/openbox] / src / openbox.hh
index 8145531fc4e64abb36105f8b78985947fab5b1c1..e718dd2520cb5d0ce727ef5712e0e6e0035e85e7 100644 (file)
@@ -72,9 +72,6 @@ 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
   /*!
@@ -91,8 +88,6 @@ private:
     Defaults to $(HOME)/.openbox/user.py
   */
   std::string _scriptfilepath;
-  //! The display requested by the user, or null to use the DISPLAY env var
-  char *_displayreq;
   //! The value of argv, i.e. how this application was executed
   char **_argv;
   //! Run the application in synchronous mode? (for debugging)
This page took 0.024287 seconds and 4 git commands to generate.