diff options
| author | Manolo Gouy <Manolo> | 2016-04-02 13:22:48 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-02 13:22:48 +0000 |
| commit | d011d5b4f060166f87fc44594f7f31ddf6b652e9 (patch) | |
| tree | 45d6edbcd0dcad0abf71a76a146be36716b0a927 /src/Fl_win32.cxx | |
| parent | c03f3d8946c3a68aea2c8c11705e04eeff0e02c9 (diff) | |
Replace src/Fl_Font.H by one file for each platform.
This file contained nearly only platform-specific code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11507 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index 8bff1c8b0..2496dab69 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -61,7 +61,7 @@ void fl_cleanup_dc_list(void); #include <FL/Fl_Paged_Device.H> #include <FL/Fl_Shared_Image.H> #include "flstring.h" -#include "Fl_Font.H" +#include "drivers/GDI/Fl_Font.H" #include <stdio.h> #include <stdlib.h> #include <sys/types.h> |
