summaryrefslogtreecommitdiff
path: root/src/fl_rect.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-21 17:03:16 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-21 17:03:16 +0000
commit5231785cdd11fc57d9364d43149c860d43402ec5 (patch)
treef7dbaf64fa756d6105f1ddc0a8d02aa82f8b9569 /src/fl_rect.cxx
parent4d37623dbbde7d94ffb331737b9960994772797e (diff)
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
Diffstat (limited to 'src/fl_rect.cxx')
-rw-r--r--src/fl_rect.cxx2
1 files changed, 1 insertions, 1 deletions
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