From 16a952c35dd15d52b304abaf9c366e9263b45430 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 16 Feb 2003 18:14:05 +0000 Subject: adjust how the config is loaded. it is not loaded at all during the screen's constructor, it is loaded afterwards and applied, but before windows are managed --- src/screen.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/screen.hh') 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; } -- cgit v1.2.3