From 5231785cdd11fc57d9364d43149c860d43402ec5 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 21 Jan 2016 17:03:16 +0000 Subject: Fixed two typos to make things run under MSWindows again. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11024 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Device.H | 2 +- src/fl_rect.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FL/Fl_Device.H b/FL/Fl_Device.H index 57d9df036..b67bb42c4 100644 --- a/FL/Fl_Device.H +++ b/FL/Fl_Device.H @@ -428,7 +428,7 @@ protected: #elif defined(WIN32) || defined(FL_DOXYGEN) // FIXME: it should not be required to include this file here. This is nothing that the user should have access to. -#include "src/cfg_gfx/gdi,H" +#include "src/cfg_gfx/gdi.H" /** The graphics driver used when printing on MSWindows. diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 18b426213..83b22f9b1 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -102,7 +102,7 @@ Fl_Region Fl_Graphics_Driver::clip_region() { #ifdef FL_CFG_GFX_GDI -# include "cfg_gfx/quartz_rect.cxx" +# include "cfg_gfx/gdi_rect.cxx" #endif -- cgit v1.2.3