summaryrefslogtreecommitdiff
path: root/src/fl_vertex.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-01-26 21:01:09 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-01-26 21:01:09 +0000
commitac275b89bcd8333dd1b05bfc9f6fc0accd8e065d (patch)
treee4fcd53eee80ae26f2e4500b99bbee9f211a2bd2 /src/fl_vertex.cxx
parentf1a2730855e544fbc0973aba7e76f18d377a893c (diff)
Moved Quartz graphics driver to the new naming scheme
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11057 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_vertex.cxx')
-rw-r--r--src/fl_vertex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_vertex.cxx b/src/fl_vertex.cxx
index d891794c0..23b56e7a4 100644
--- a/src/fl_vertex.cxx
+++ b/src/fl_vertex.cxx
@@ -150,7 +150,7 @@ void Fl_Graphics_Driver::fixloop() { // remove equal points from closed path
#ifdef FL_CFG_GFX_QUARTZ
-# include "cfg_gfx/quartz_vertex.cxx"
+# include "drivers/Quartz/Fl_Quartz_Graphics_Driver_vertex.cxx"
#endif