diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-20 03:48:26 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-06-20 03:48:26 (GMT) |
commit | 1a54fbc67d5ca8ef22deed2fffe749b9f99739b4 (patch) | |
tree | 7d355643f0108b83b15f1086d7e871a769a70fa5 /src/Screen.hh | |
parent | e71892d99cbe99e2335aa6eb3771ffbb72c5303f (diff) | |
download | fluxbox_pavel-1a54fbc67d5ca8ef22deed2fffe749b9f99739b4.zip fluxbox_pavel-1a54fbc67d5ca8ef22deed2fffe749b9f99739b4.tar.bz2 |
move default window menu to ~/.fluxbox/windowmenu
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 57c41b6..3283710 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -120,7 +120,7 @@ public: | |||
120 | bool doShowWindowPos() const { return *resource.show_window_pos; } | 120 | bool doShowWindowPos() const { return *resource.show_window_pos; } |
121 | bool decorateTransient() const { return *resource.decorate_transient; } | 121 | bool decorateTransient() const { return *resource.decorate_transient; } |
122 | const std::string &defaultDeco() const { return *resource.default_deco; } | 122 | const std::string &defaultDeco() const { return *resource.default_deco; } |
123 | const std::string &windowMenuFilename() const { return *resource.windowmenufile; } | 123 | const std::string windowMenuFilename() const; |
124 | FbTk::ImageControl &imageControl() { return *m_image_control.get(); } | 124 | FbTk::ImageControl &imageControl() { return *m_image_control.get(); } |
125 | // menus | 125 | // menus |
126 | const FbMenu &rootMenu() const { return *m_rootmenu.get(); } | 126 | const FbMenu &rootMenu() const { return *m_rootmenu.get(); } |