aboutsummaryrefslogtreecommitdiff
path: root/src/ClientMenu.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-03-23 11:02:15 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-03-23 11:02:15 (GMT)
commite850b0191977da47eb7233e248dbab7ebd1d21f0 (patch)
treed3a3e33f1d4524147ddaa2b6b21e05bd142fc367 /src/ClientMenu.cc
parent7ece90ad4f360b3cf11e46a00d4c1ec5b60213e9 (diff)
downloadfluxbox-e850b0191977da47eb7233e248dbab7ebd1d21f0.zip
fluxbox-e850b0191977da47eb7233e248dbab7ebd1d21f0.tar.bz2
compile fix: sunCC 5.11 (sunstudio 12) compiles and links again
biggest change: renaming of 'class Layer' to 'class ResourceLayer' in Layer.hh to handle complaints about 'ambiguous Layer: Layer or FbTk::Layer'. 'ResourceLayer' sounds crappy, but that was the best I could come up with right now.
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 063cad4..faa1d3f 100644
--- a/src/ClientMenu.cc
+++ b/src/ClientMenu.cc
@@ -93,7 +93,7 @@ private:
93ClientMenu::ClientMenu(BScreen &screen, Focusables &clients, 93ClientMenu::ClientMenu(BScreen &screen, Focusables &clients,
94 bool listen_for_iconlist_changes): 94 bool listen_for_iconlist_changes):
95 FbMenu(screen.menuTheme(), screen.imageControl(), 95 FbMenu(screen.menuTheme(), screen.imageControl(),
96 *screen.layerManager().getLayer(Layer::MENU)), 96 *screen.layerManager().getLayer(ResourceLayer::MENU)),
97 m_list(clients) { 97 m_list(clients) {
98 98
99 if (listen_for_iconlist_changes) { 99 if (listen_for_iconlist_changes) {