diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 21:01:09 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2016-01-26 21:01:09 +0000 |
| commit | ac275b89bcd8333dd1b05bfc9f6fc0accd8e065d (patch) | |
| tree | e4fcd53eee80ae26f2e4500b99bbee9f211a2bd2 /src/fl_rect.cxx | |
| parent | f1a2730855e544fbc0973aba7e76f18d377a893c (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_rect.cxx')
| -rw-r--r-- | src/fl_rect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_rect.cxx b/src/fl_rect.cxx index 39af2e20c..bdf682dec 100644 --- a/src/fl_rect.cxx +++ b/src/fl_rect.cxx @@ -67,7 +67,7 @@ Fl_Region Fl_Graphics_Driver::clip_region() { #ifdef FL_CFG_GFX_QUARTZ -# include "cfg_gfx/quartz_rect.cxx" +# include "drivers/Quartz/Fl_Quartz_Graphics_Driver_rect.cxx" #endif |
