summaryrefslogtreecommitdiff
path: root/src/fl_font_x.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fl_font_x.cxx')
-rw-r--r--src/fl_font_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_font_x.cxx b/src/fl_font_x.cxx
index e6ccea79c..2f56e39ef 100644
--- a/src/fl_font_x.cxx
+++ b/src/fl_font_x.cxx
@@ -335,7 +335,7 @@ void Fl_Graphics_Driver::draw(int angle, const char *str, int n, int x, int y) {
// fl_draw(str, n, (int)x, (int)y);
//}
-void fl_rtl_draw(const char* c, int n, int x, int y) {
+void Fl_Graphics_Driver::rtl_draw(const char* c, int n, int x, int y) {
if (font_gc != fl_gc) {
if (!current_font) fl_font(FL_HELVETICA, 12);
font_gc = fl_gc;