]> Dogcows Code - chaz/openbox/blobdiff - src/screen.hh
adjust how the config is loaded. it is not loaded at all during the screen's construc...
[chaz/openbox] / src / screen.hh
index 457ca324ef909d997b3c623f52e573c3a4b253ce..65eacaee3c290e24cf141c8a51e59069be8dece9 100644 (file)
@@ -165,7 +165,7 @@ public:
   inline bool managed() const { return _managed; }
 
   //! Returns the config options set by the user scripts
-  const Config& config() const { return _config; }
+  Config& config() { return _config; }
 
   //!  An offscreen window which gets focus when nothing else has it
   inline Window focuswindow() const { return _focuswindow; }
This page took 0.021856 seconds and 4 git commands to generate.