aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-18 10:44:01 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:32 (GMT)
commite1c1e1d11dc6bbf096586a7605869a11d0229729 (patch)
tree8c945b1c5deeda80448d89c3c3aa7c4255c05606 /src/Screen.hh
parent54d7ed69720381e0b68c0f25115a9d603195bc9e (diff)
downloadfluxbox_paul-e1c1e1d11dc6bbf096586a7605869a11d0229729.zip
fluxbox_paul-e1c1e1d11dc6bbf096586a7605869a11d0229729.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 2ff87db..3b54815 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -109,7 +109,6 @@ public:
109 bool getMaxDisableResize() const { return *resource.max_disable_resize; } 109 bool getMaxDisableResize() const { return *resource.max_disable_resize; }
110 bool doShowWindowPos() const { return *resource.show_window_pos; } 110 bool doShowWindowPos() const { return *resource.show_window_pos; }
111 FbTk::StringResource &defaultDecoResource() { return resource.default_deco; } 111 FbTk::StringResource &defaultDecoResource() { return resource.default_deco; }
112 const std::string windowMenuFilename() const;
113 FbTk::ImageControl &imageControl() { return *m_image_control.get(); } 112 FbTk::ImageControl &imageControl() { return *m_image_control.get(); }
114 // menus 113 // menus
115 const FbMenu &rootMenu() const { return *m_rootmenu.get(); } 114 const FbMenu &rootMenu() const { return *m_rootmenu.get(); }