From 7bbf3a1bc31b788be6492b429b9168939b1f3fb2 Mon Sep 17 00:00:00 2001 From: MatthiasWM Date: Sun, 21 Dec 2025 15:34:04 +0100 Subject: Win32: Basic Pen driver setup --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8f05995d7..b5f10cc0d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -399,6 +399,7 @@ else() drivers/WinAPI/Fl_WinAPI_Screen_Driver.cxx drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx drivers/WinAPI/Fl_WinAPI_Printer_Driver.cxx + drivers/WinAPI/Fl_WinAPI_Pen_Driver.cxx drivers/GDI/Fl_GDI_Graphics_Driver.cxx drivers/GDI/Fl_GDI_Graphics_Driver_arci.cxx drivers/GDI/Fl_GDI_Graphics_Driver_color.cxx -- cgit v1.2.3