summaryrefslogtreecommitdiff
path: root/src/fl_color.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_color.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_color.cxx')
-rw-r--r--src/fl_color.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_color.cxx b/src/fl_color.cxx
index 1bf3a19f6..aebd17670 100644
--- a/src/fl_color.cxx
+++ b/src/fl_color.cxx
@@ -32,7 +32,7 @@
#ifdef FL_CFG_GFX_QUARTZ
-# include "cfg_gfx/quartz_color.cxx"
+# include "drivers/Quartz/Fl_Quartz_Graphics_Driver_color.cxx"
#endif