aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/XmbFontImp.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/FbTk/XmbFontImp.cc')
-rw-r--r--src/FbTk/XmbFontImp.cc2
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
186void XmbFontImp::drawText(const FbDrawable &w, int screen, GC gc, const char *text, 186void 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;