X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fscreen.hh;h=65eacaee3c290e24cf141c8a51e59069be8dece9;hb=d2adccbe2880e7d5b2cb39d833877cfddeff11f4;hp=457ca324ef909d997b3c623f52e573c3a4b253ce;hpb=059bc4dc24b68d637c3608c05344c53c64cc2c4b;p=chaz%2Fopenbox diff --git a/src/screen.hh b/src/screen.hh index 457ca324..65eacaee 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -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; }