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/Window.hh | |
parent | e71892d99cbe99e2335aa6eb3771ffbb72c5303f (diff) | |
download | fluxbox-1a54fbc67d5ca8ef22deed2fffe749b9f99739b4.zip fluxbox-1a54fbc67d5ca8ef22deed2fffe749b9f99739b4.tar.bz2 |
move default window menu to ~/.fluxbox/windowmenu
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Window.hh b/src/Window.hh index 3da2fb1..e7d2270 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -47,13 +47,13 @@ class FbWinFrameTheme; | |||
47 | class BScreen; | 47 | class BScreen; |
48 | class FbWinFrame; | 48 | class FbWinFrame; |
49 | class FocusControl; | 49 | class FocusControl; |
50 | class FbMenu; | ||
50 | 51 | ||
51 | namespace FbTk { | 52 | namespace FbTk { |
52 | class TextButton; | 53 | class TextButton; |
53 | class MenuTheme; | 54 | class MenuTheme; |
54 | class ImageControl; | 55 | class ImageControl; |
55 | class XLayer; | 56 | class XLayer; |
56 | class Menu; | ||
57 | } | 57 | } |
58 | 58 | ||
59 | /// Creates the window frame and handles any window event for it | 59 | /// Creates the window frame and handles any window event for it |
@@ -439,8 +439,8 @@ public: | |||
439 | FbTk::FbWindow &fbWindow(); | 439 | FbTk::FbWindow &fbWindow(); |
440 | const FbTk::FbWindow &fbWindow() const; | 440 | const FbTk::FbWindow &fbWindow() const; |
441 | 441 | ||
442 | FbTk::Menu &menu(); | 442 | FbMenu &menu(); |
443 | const FbTk::Menu &menu() const; | 443 | const FbMenu &menu() const; |
444 | 444 | ||
445 | const FbTk::FbWindow &parent() const { return m_parent; } | 445 | const FbTk::FbWindow &parent() const { return m_parent; } |
446 | FbTk::FbWindow &parent() { return m_parent; } | 446 | FbTk::FbWindow &parent() { return m_parent; } |