diff options
author | rathnor <rathnor> | 2003-02-16 15:12:08 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-02-16 15:12:08 (GMT) |
commit | 453e220df91fabd80a2f8e5992ad1a3a73f4efbe (patch) | |
tree | 409496e6d6614e2e7280ebd3fced26f808bd0c7b /src/Window.hh | |
parent | e24348aedb99bb52f350e617de469f7809a49201 (diff) | |
download | fluxbox_pavel-453e220df91fabd80a2f8e5992ad1a3a73f4efbe.zip fluxbox_pavel-453e220df91fabd80a2f8e5992ad1a3a73f4efbe.tar.bz2 |
Add layer menu to window menu
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh index 21959d5..3a19c56 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.hh,v 1.45 2003/02/09 14:11:13 rathnor Exp $ | 25 | // $Id: Window.hh,v 1.46 2003/02/16 15:12:08 rathnor Exp $ |
26 | 26 | ||
27 | #ifndef WINDOW_HH | 27 | #ifndef WINDOW_HH |
28 | #define WINDOW_HH | 28 | #define WINDOW_HH |
@@ -220,6 +220,9 @@ public: | |||
220 | 220 | ||
221 | FbTk::Menu &getWindowmenu() { return m_windowmenu; } | 221 | FbTk::Menu &getWindowmenu() { return m_windowmenu; } |
222 | const FbTk::Menu &getWindowmenu() const { return m_windowmenu; } | 222 | const FbTk::Menu &getWindowmenu() const { return m_windowmenu; } |
223 | |||
224 | FbTk::Menu &getLayermenu() { return m_layermenu; } | ||
225 | const FbTk::Menu &getLayermenu() const { return m_layermenu; } | ||
223 | 226 | ||
224 | const std::string &getTitle() const { return client.title; } | 227 | const std::string &getTitle() const { return client.title; } |
225 | const std::string &getIconTitle() const { return client.icon_title; } | 228 | const std::string &getIconTitle() const { return client.icon_title; } |
@@ -333,7 +336,7 @@ private: | |||
333 | BaseDisplay::BlackboxAttributes blackbox_attrib; | 336 | BaseDisplay::BlackboxAttributes blackbox_attrib; |
334 | 337 | ||
335 | Time lastButtonPressTime; | 338 | Time lastButtonPressTime; |
336 | FbTk::Menu m_windowmenu; | 339 | FbTk::Menu m_windowmenu, m_layermenu; |
337 | 340 | ||
338 | timeval lastFocusTime; | 341 | timeval lastFocusTime; |
339 | 342 | ||