diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2018-03-16 20:27:12 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2018-03-16 20:27:12 +0000 |
| commit | 9bf59b88bd8114241a7497384402ef87f7e96744 (patch) | |
| tree | c8dfb556c664428cf75f960e1aa127706775cbe8 /src/drivers/Android/Fl_Android_Screen_Driver.cxx | |
| parent | 6c234ad12ed4d5bbaff68165bf77430027fca55c (diff) | |
Android: finally founded font functionality, freakishly fluttered first
files, further fostering follows.
Or, to put it bluntly, I forgot how the font system works, and now I am
digging through the implementations of other drivers, carrying bits and
pieces together. But you know that I will clean my files eventually... .
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12762 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/Android/Fl_Android_Screen_Driver.cxx')
| -rw-r--r-- | src/drivers/Android/Fl_Android_Screen_Driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Android/Fl_Android_Screen_Driver.cxx b/src/drivers/Android/Fl_Android_Screen_Driver.cxx index 545d8b979..1db417f4d 100644 --- a/src/drivers/Android/Fl_Android_Screen_Driver.cxx +++ b/src/drivers/Android/Fl_Android_Screen_Driver.cxx @@ -20,7 +20,7 @@ #include "../../config_lib.h" #include "Fl_Android_Screen_Driver.H" #include "Fl_Android_Application.H" -#include "./Fl_Font.H" +#include "Fl_Android_Graphics_Font.H" #include <FL/Fl.H> #include <FL/platform.H> #include <FL/Fl_Graphics_Driver.H> |
