diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-03-07 20:50:18 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-03-07 20:50:18 +0000 |
| commit | b6b99d84e9513405ee381dbf93572914d195fc75 (patch) | |
| tree | e51561ce6f3014a058c2c1466d0a10ef55e12ad7 /src/CMakeLists.txt | |
| parent | b33c9cffd13dadbc1061b122e61e9f70f0153de2 (diff) | |
Fix PicoSDL.
Fixed some issues with Image_Surface and Copy_Surface for PicoSDL. Still have to virtualize the driver concept.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11307 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 863451bbe..7e9a3dc3b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -211,6 +211,7 @@ elseif (USE_SDL) drivers/Pico/Fl_Pico_Window_Driver.cxx drivers/Pico/Fl_Pico_Graphics_Driver.cxx drivers/Pico/Fl_Pico_Copy_Surface.cxx + drivers/Pico/Fl_Pico_Image_Surface.cxx drivers/PicoSDL/Fl_PicoSDL_System_Driver.cxx drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.cxx drivers/PicoSDL/Fl_PicoSDL_Window_Driver.cxx @@ -224,6 +225,7 @@ elseif (USE_SDL) drivers/Pico/Fl_Pico_Window_Driver.H drivers/Pico/Fl_Pico_Graphics_Driver.H drivers/Pico/Fl_Pico_Copy_Surface.H + drivers/Pico/Fl_Pico_Image_Surface.H drivers/PicoSDL/Fl_PicoSDL_System_Driver.H drivers/PicoSDL/Fl_PicoSDL_Screen_Driver.H drivers/PicoSDL/Fl_PicoSDL_Window_Driver.H |
