aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-18 10:44:01 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-07-18 10:44:01 (GMT)
commitec369315a7a99193af4fd33962babe46e970bd6b (patch)
treee7b2e3ce4033645e19acecf014995f4b02e33a35 /src/Screen.hh
parent1ad8d6e979bb07c012a82bdbd0941763543982d0 (diff)
downloadfluxbox_pavel-ec369315a7a99193af4fd33962babe46e970bd6b.zip
fluxbox_pavel-ec369315a7a99193af4fd33962babe46e970bd6b.tar.bz2
Attach modifiedSig handlers to the session.screenX.windowMenu resource
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index ba2d6ea..0f5ee80 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -108,7 +108,6 @@ public:
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 FbTk::StringResource &defaultDecoResource() { return resource.default_deco; } 110 FbTk::StringResource &defaultDecoResource() { return resource.default_deco; }
111 const std::string windowMenuFilename() const;
112 FbTk::ImageControl &imageControl() { return *m_image_control.get(); } 111 FbTk::ImageControl &imageControl() { return *m_image_control.get(); }
113 // menus 112 // menus
114 const FbMenu &rootMenu() const { return *m_rootmenu.get(); } 113 const FbMenu &rootMenu() const { return *m_rootmenu.get(); }