diff options
| author | Manolo Gouy <Manolo> | 2016-03-19 18:59:29 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-19 18:59:29 +0000 |
| commit | e65d66e8852579acdfce9775dd8fd486e8c615dd (patch) | |
| tree | f34ed5553f711acea58da7bd96b719b8e0f5eecc | |
| parent | 258eec3d20d4c5dea461c41ad091815d5e99124d (diff) | |
Reflect recent changes in Fl_Image_Surface and Fl_Copy_Surface classes.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11380 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile index 9035b46a9..f616a8f5a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -232,8 +232,8 @@ QUARTZCPPFILES = \ drivers/Quartz/Fl_Quartz_Printer_Graphics_Driver.cxx \ drivers/Quartz/Fl_Quartz_Graphics_Driver_arci.cxx \ drivers/Quartz/Fl_Quartz_Graphics_Driver_line_style.cxx \ - drivers/Quartz/Fl_Quartz_Copy_Surface.cxx \ - drivers/Quartz/Fl_Quartz_Image_Surface.cxx \ + drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.cxx \ + drivers/Quartz/Fl_Quartz_Image_Surface_Driver.cxx \ drivers/Cocoa/Fl_Cocoa_Window_Driver.cxx \ drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx \ drivers/Darwin/Fl_Darwin_System_Driver.cxx @@ -247,8 +247,8 @@ XLIBCPPFILES = \ drivers/Xlib/Fl_Xlib_Graphics_Driver_rect.cxx \ drivers/Xlib/Fl_Xlib_Graphics_Driver_vertex.cxx \ drivers/Xlib/Fl_Translated_Xlib_Graphics_Driver.cxx \ - drivers/Xlib/Fl_Xlib_Copy_Surface.cxx \ - drivers/Xlib/Fl_Xlib_Image_Surface.cxx \ + drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx \ + drivers/Xlib/Fl_Xlib_Image_Surface_Driver.cxx \ drivers/X11/Fl_X11_Window_Driver.cxx \ drivers/X11/Fl_X11_Screen_Driver.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx @@ -268,8 +268,8 @@ GDICPPFILES = \ drivers/GDI/Fl_GDI_Graphics_Driver_line_style.cxx \ drivers/GDI/Fl_GDI_Graphics_Driver_rect.cxx \ drivers/GDI/Fl_GDI_Graphics_Driver_vertex.cxx \ - drivers/GDI/Fl_GDI_Copy_Surface.cxx \ - drivers/GDI/Fl_GDI_Image_Surface.cxx \ + drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx \ + drivers/GDI/Fl_GDI_Image_Surface_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx \ |
