aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-18 10:20:53 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 09:57:22 (GMT)
commit84a118a9c9b3094cf0cd05f6d748bc49646e83f7 (patch)
tree89dcd76469e9a8b187db4bbae9e6c063af4bc697 /src/Screen.hh
parent91a29132d4b3d9b9fcc2ecb19b3a6cf3d8fcdc20 (diff)
downloadfluxbox_pavel-84a118a9c9b3094cf0cd05f6d748bc49646e83f7.zip
fluxbox_pavel-84a118a9c9b3094cf0cd05f6d748bc49646e83f7.tar.bz2
Attach modifiedSig handlers to the session.screenX.defaultDeco resource
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index b8d589b..ba2d6ea 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -107,7 +107,7 @@ public:
107 bool getMaxDisableMove() const { return *resource.max_disable_move; } 107 bool getMaxDisableMove() const { return *resource.max_disable_move; }
108 bool getMaxDisableResize() const { return *resource.max_disable_resize; } 108 bool getMaxDisableResize() const { return *resource.max_disable_resize; }
109 bool doShowWindowPos() const { return *resource.show_window_pos; } 109 bool doShowWindowPos() const { return *resource.show_window_pos; }
110 const std::string &defaultDeco() const { return *resource.default_deco; } 110 FbTk::StringResource &defaultDecoResource() { return resource.default_deco; }
111 const std::string windowMenuFilename() const; 111 const std::string windowMenuFilename() const;
112 FbTk::ImageControl &imageControl() { return *m_image_control.get(); } 112 FbTk::ImageControl &imageControl() { return *m_image_control.get(); }
113 // menus 113 // menus