aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.hh
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/Slit.hh
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/Slit.hh')
-rw-r--r--src/Slit.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index fea43ea..7f2729d 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -186,7 +186,7 @@ private:
186 FbTk::Resource<bool> m_rc_kde_dockapp, m_rc_auto_hide, m_rc_maximize_over; 186 FbTk::Resource<bool> m_rc_kde_dockapp, m_rc_auto_hide, m_rc_maximize_over;
187 FbTk::Resource<Slit::Placement> m_rc_placement; 187 FbTk::Resource<Slit::Placement> m_rc_placement;
188 FbTk::Resource<int> m_rc_alpha, m_rc_on_head; 188 FbTk::Resource<int> m_rc_alpha, m_rc_on_head;
189 FbTk::Resource<class Layer> m_rc_layernum; 189 FbTk::Resource<class ResourceLayer> m_rc_layernum;
190}; 190};
191 191
192 192