diff options
author | fluxgen <fluxgen> | 2006-02-20 21:04:35 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-02-20 21:04:35 (GMT) |
commit | 369b4e1b92491aa57b0bf430b89bf732b80fa6a4 (patch) | |
tree | 2bf00a93ad1c195ef7d446e8989069f218a2cd47 /src/SendToMenu.cc | |
parent | 2566d84561ce9f5ecaf1adcce97eb578747034e3 (diff) | |
download | fluxbox_pavel-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.zip fluxbox_pavel-369b4e1b92491aa57b0bf430b89bf732b80fa6a4.tar.bz2 |
moved class Layer from class Fluxbox and thus reduces some dependecies
Diffstat (limited to 'src/SendToMenu.cc')
-rw-r--r-- | src/SendToMenu.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/SendToMenu.cc b/src/SendToMenu.cc index 6c6f53c..1cf99b0 100644 --- a/src/SendToMenu.cc +++ b/src/SendToMenu.cc | |||
@@ -26,9 +26,10 @@ | |||
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
29 | #include "fluxbox.hh" | ||
30 | #include "Workspace.hh" | 29 | #include "Workspace.hh" |
31 | #include "WindowCmd.hh" | 30 | #include "WindowCmd.hh" |
31 | #include "fluxbox.hh" | ||
32 | #include "Layer.hh" | ||
32 | 33 | ||
33 | #include "FbTk/MultiButtonMenuItem.hh" | 34 | #include "FbTk/MultiButtonMenuItem.hh" |
34 | #include "FbTk/Command.hh" | 35 | #include "FbTk/Command.hh" |
@@ -50,7 +51,7 @@ private: | |||
50 | SendToMenu::SendToMenu(BScreen &screen): | 51 | SendToMenu::SendToMenu(BScreen &screen): |
51 | FbMenu(screen.menuTheme(), | 52 | FbMenu(screen.menuTheme(), |
52 | screen.imageControl(), | 53 | screen.imageControl(), |
53 | *screen.layerManager().getLayer(Fluxbox::instance()->getMenuLayer())) { | 54 | *screen.layerManager().getLayer(Layer::MENU)) { |
54 | // listen to: | 55 | // listen to: |
55 | // workspace count signal | 56 | // workspace count signal |
56 | // workspace names signal | 57 | // workspace names signal |