aboutsummaryrefslogtreecommitdiff
path: root/src/SendToMenu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/SendToMenu.cc')
-rw-r--r--src/SendToMenu.cc5
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:
50SendToMenu::SendToMenu(BScreen &screen): 51SendToMenu::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