summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-19 18:57:11 +0000
committerManolo Gouy <Manolo>2016-03-19 18:57:11 +0000
commit258eec3d20d4c5dea461c41ad091815d5e99124d (patch)
treef6b51b9d604fb2c56d7c7e5107468883a11c2e0f /src
parent06e7d0092d9157515cc00eae4c2fabdde4e7eeae (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@11379 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b2ff204f5..cb32ff56b 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -179,8 +179,8 @@ if (USE_X11)
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
)
if (USE_XFT)
set(DRIVER_FILES ${DRIVER_FILES}
@@ -196,7 +196,6 @@ if (USE_X11)
drivers/X11/Fl_X11_Screen_Driver.H
drivers/X11/Fl_X11_Window_Driver.H
drivers/Quartz/Fl_Quartz_Graphics_Driver.H
- drivers/Xlib/Fl_Xlib_Copy_Surface.H
)
elseif (USE_SDL)
@@ -227,7 +226,6 @@ elseif (USE_SDL)
drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H
drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H
drivers/PicoSDL/Fl_PicoSDL_Graphics_Driver.H
- drivers/PicoSDL/Fl_PicoSDL_Copy_Surface.H
)
elseif (APPLE)
@@ -245,8 +243,8 @@ elseif (APPLE)
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
@@ -256,7 +254,6 @@ elseif (APPLE)
drivers/Cocoa/Fl_Cocoa_Screen_Driver.H
drivers/Cocoa/Fl_Cocoa_Window_Driver.H
drivers/Quartz/Fl_Quartz_Graphics_Driver.H
- drivers/Quartz/Fl_Quartz_Copy_Surface.H
)
else ()
@@ -275,8 +272,8 @@ else ()
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
Fl_GDI_Printer.cxx
)
set(DRIVER_HEADER_FILES
@@ -284,7 +281,6 @@ else ()
drivers/WinAPI/Fl_WinAPI_Screen_Driver.H
drivers/WinAPI/Fl_WinAPI_Window_Driver.H
drivers/GDI/Fl_GDI_Graphics_Driver.H
- drivers/GDI/Fl_GDI_Copy_Surface.H
)
endif (USE_X11)