diff options
| author | Manolo Gouy <Manolo> | 2016-03-01 17:20:25 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-01 17:20:25 +0000 |
| commit | 7decb3d3b226854175b99ff0173ed7136e9f2176 (patch) | |
| tree | 95149f69f1c6a0a8de6acca4bc706ebad21d0566 /src/Makefile | |
| parent | 4af165781fbaec69533b6db933e3e46778a81797 (diff) | |
Rewrite the Fl_Copy_Surface class with strict separation of public API and platform-related code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11257 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 11bcb9adc..f1cccd2c1 100644 --- a/src/Makefile +++ b/src/Makefile @@ -233,6 +233,7 @@ 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/Cocoa/Fl_Cocoa_Window_Driver.cxx \ drivers/Cocoa/Fl_Cocoa_Screen_Driver.cxx \ drivers/Darwin/Fl_Darwin_System_Driver.cxx @@ -246,6 +247,7 @@ 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/X11/Fl_X11_Window_Driver.cxx \ drivers/X11/Fl_X11_Screen_Driver.cxx \ drivers/Posix/Fl_Posix_System_Driver.cxx @@ -265,6 +267,7 @@ 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/WinAPI/Fl_WinAPI_Window_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx \ drivers/WinAPI/Fl_WinAPI_System_Driver.cxx |
