From a9c986752e4864835e01c866b286f7bf2956d7ef Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Fri, 4 Mar 2016 17:47:29 +0000 Subject: Complete driver-based implementation of Fl_Image_Surface. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index f1cccd2c1..3f1f317b0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -234,6 +234,7 @@ QUARTZCPPFILES = \ 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/Cocoa/Fl_Cocoa_Window_Driver.cxx \ drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx \ drivers/Darwin/Fl_Darwin_System_Driver.cxx @@ -248,6 +249,7 @@ XLIBCPPFILES = \ 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/X11/Fl_X11_Window_Driver.cxx \ drivers/X11/Fl_X11_Screen_Driver.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx @@ -268,6 +270,7 @@ GDICPPFILES = \ 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/WinAPI/Fl_WinAPI_Window_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx -- cgit v1.2.3