mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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
This commit is contained in:
+1
-1
@@ -428,7 +428,7 @@ protected:
|
|||||||
#elif defined(WIN32) || defined(FL_DOXYGEN)
|
#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.
|
// 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.
|
The graphics driver used when printing on MSWindows.
|
||||||
|
|||||||
+1
-1
@@ -102,7 +102,7 @@ Fl_Region Fl_Graphics_Driver::clip_region() {
|
|||||||
|
|
||||||
#ifdef FL_CFG_GFX_GDI
|
#ifdef FL_CFG_GFX_GDI
|
||||||
|
|
||||||
# include "cfg_gfx/quartz_rect.cxx"
|
# include "cfg_gfx/gdi_rect.cxx"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user