diff options
Diffstat (limited to 'src/fl_font_xft.cxx')
| -rw-r--r-- | src/fl_font_xft.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_font_xft.cxx b/src/fl_font_xft.cxx index bf2ca3ee8..c249bc52a 100644 --- a/src/fl_font_xft.cxx +++ b/src/fl_font_xft.cxx @@ -584,7 +584,7 @@ static void fl_drawUCS4(const FcChar32 *str, int 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 defined(__GNUC__) #warning Need to improve this XFT right to left draw function |
