diff options
author | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
commit | af74a2284551c8511b66d77112c7bf32831c1522 (patch) | |
tree | 35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/FbTk/XmbFontImp.cc | |
parent | 872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff) | |
download | fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2 |
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/FbTk/XmbFontImp.cc')
-rw-r--r-- | src/FbTk/XmbFontImp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/XmbFontImp.cc b/src/FbTk/XmbFontImp.cc index c500ba4..e923040 100644 --- a/src/FbTk/XmbFontImp.cc +++ b/src/FbTk/XmbFontImp.cc | |||
@@ -184,7 +184,7 @@ bool XmbFontImp::load(const std::string &fontname) { | |||
184 | } | 184 | } |
185 | 185 | ||
186 | void XmbFontImp::drawText(const FbDrawable &w, int screen, GC gc, const char *text, | 186 | void XmbFontImp::drawText(const FbDrawable &w, int screen, GC gc, const char *text, |
187 | size_t len, int x, int y) const { | 187 | size_t len, int x, int y, FbTk::Orientation orient) const { |
188 | 188 | ||
189 | if (m_fontset == 0) | 189 | if (m_fontset == 0) |
190 | return; | 190 | return; |