aboutsummaryrefslogtreecommitdiff
path: root/src/ClientMenu.cc
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-15 21:03:57 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 10:04:02 (GMT)
commit698a4af938737295494dade50950d1aeebc8b55d (patch)
tree075017c3a59ac2575f708d223cf2391e82b9eb69 /src/ClientMenu.cc
parent678a98de943963e993827540496741ae814af8bd (diff)
downloadfluxbox_pavel-698a4af938737295494dade50950d1aeebc8b55d.zip
fluxbox_pavel-698a4af938737295494dade50950d1aeebc8b55d.tar.bz2
Move declarations of Resource enums to a separate file
The reason for this is that I need to access those enums from fluxbox-update_configs and I don't want to #include and link everything in src. I also merged Slit::Placement, Toolbar::Placement and FbWinFrame::TabPlacement into one enum.
Diffstat (limited to 'src/ClientMenu.cc')
-rw-r--r--src/ClientMenu.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClientMenu.cc b/src/ClientMenu.cc
index 96527ec..c2413e3 100644
--- a/src/ClientMenu.cc
+++ b/src/ClientMenu.cc
@@ -90,7 +90,7 @@ private:
90ClientMenu::ClientMenu(BScreen &screen, Focusables &clients, 90ClientMenu::ClientMenu(BScreen &screen, Focusables &clients,
91 bool listen_for_iconlist_changes): 91 bool listen_for_iconlist_changes):
92 FbMenu(screen.menuTheme(), screen.imageControl(), 92 FbMenu(screen.menuTheme(), screen.imageControl(),
93 *screen.layerManager().getLayer(ResourceLayer::MENU)), 93 *screen.layerManager().getLayer(LAYERMENU)),
94 m_list(clients) { 94 m_list(clients) {
95 95
96 if (listen_for_iconlist_changes) { 96 if (listen_for_iconlist_changes) {