aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Texture.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-26 16:37:48 (GMT)
committerrathnor <rathnor>2004-08-26 16:37:48 (GMT)
commit0f83e449727a16c178b47262f170e879a22c0981 (patch)
treed167b77a07b99c931402d699ad6b1f2c90bed757 /src/FbTk/Texture.hh
parent346a6598a62350c5d234e3177de9e6c6c1963475 (diff)
downloadfluxbox-0f83e449727a16c178b47262f170e879a22c0981.zip
fluxbox-0f83e449727a16c178b47262f170e879a22c0981.tar.bz2
fix rendering of bevels for textures with solid textures
Diffstat (limited to 'src/FbTk/Texture.hh')
-rw-r--r--src/FbTk/Texture.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/Texture.hh b/src/FbTk/Texture.hh
index 336086a..1ee3e79 100644
--- a/src/FbTk/Texture.hh
+++ b/src/FbTk/Texture.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Texture.hh,v 1.6 2003/12/16 17:06:52 fluxgen Exp $ 25// $Id: Texture.hh,v 1.7 2004/08/26 16:37:48 rathnor Exp $
26 26
27#ifndef FBTK_TEXTURE_HH 27#ifndef FBTK_TEXTURE_HH
28#define FBTK_TEXTURE_HH 28#define FBTK_TEXTURE_HH
@@ -83,6 +83,8 @@ public:
83 83
84 FbPixmap &pixmap() { return m_pixmap; } 84 FbPixmap &pixmap() { return m_pixmap; }
85 85
86 void calcHiLoColors(int screen_num);
87
86 const Color &color() const { return m_color; } 88 const Color &color() const { return m_color; }
87 const Color &colorTo() const { return m_color_to; } 89 const Color &colorTo() const { return m_color_to; }
88 const Color &hiColor() const { return m_hicolor; } 90 const Color &hiColor() const { return m_hicolor; }