diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 11:52:21 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-02-14 11:52:21 +0100 |
| commit | 868ab9696fb51628afac1ea10f7df6a27907a089 (patch) | |
| tree | 921ca16bea3f59a4e64c67c268936e0dbc112ad3 /src/CMakeLists.txt | |
| parent | b055b82eb26738cd2170309ce476d9f1451204c0 (diff) | |
Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_Driver
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index daa66c23d..56d3467d6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,7 @@ # # CMakeLists.txt to build the FLTK library using CMake (www.cmake.org) # -# Copyright 1998-2022 by Bill Spitzak and others. +# Copyright 1998-2023 by Bill Spitzak and others. # # This library is free software. Distribution and use rights are outlined in # the file "COPYING" which should have been included with this file. If this @@ -226,7 +226,7 @@ if (FLTK_USE_X11 AND NOT OPTION_USE_WAYLAND) if (FLTK_USE_CAIRO) set (DRIVER_FILES ${DRIVER_FILES} drivers/Cairo/Fl_Cairo_Graphics_Driver.cxx - drivers/Cairo/Fl_Display_Cairo_Graphics_Driver.cxx + drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.cxx ) else () if (USE_XFT) @@ -265,7 +265,7 @@ if (FLTK_USE_X11 AND NOT OPTION_USE_WAYLAND) if (FLTK_USE_CAIRO) set (DRIVER_HEADER_FILES ${DRIVER_HEADER_FILES} drivers/Cairo/Fl_Cairo_Graphics_Driver.H - drivers/Cairo/Fl_Display_Cairo_Graphics_Driver.H + drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.H ) elseif (USE_PANGO) set (DRIVER_HEADER_FILES ${DRIVER_HEADER_FILES} @@ -297,7 +297,7 @@ elseif (OPTION_USE_WAYLAND) endif (OPTION_USE_KDIALOG) if (FLTK_USE_X11) list (APPEND DRIVER_FILES - drivers/Cairo/Fl_Display_Cairo_Graphics_Driver.cxx + drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.cxx drivers/X11/Fl_X11_Screen_Driver.cxx drivers/X11/Fl_X11_Window_Driver.cxx drivers/Xlib/Fl_Xlib_Copy_Surface_Driver.cxx @@ -313,7 +313,7 @@ elseif (OPTION_USE_WAYLAND) drivers/Wayland/Fl_Wayland_Window_Driver.H drivers/Wayland/Fl_Wayland_Graphics_Driver.H drivers/Cairo/Fl_Cairo_Graphics_Driver.H - drivers/Cairo/Fl_Display_Cairo_Graphics_Driver.H + drivers/Cairo/Fl_X11_Cairo_Graphics_Driver.H drivers/Wayland/Fl_Wayland_Copy_Surface_Driver.H drivers/Wayland/Fl_Wayland_Image_Surface_Driver.H drivers/Unix/Fl_Unix_System_Driver.H |
