From 9ae4a99081237f94d47a480d41313dc65737bd98 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 17 Apr 2016 14:45:25 +0000 Subject: virtualized Fl_Graphics_Driver::global_gc(), a function that should probably not exeist. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11641 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Graphics_Driver.cxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 6b7609ac7..61ff76cfd 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -79,6 +79,11 @@ void Fl_Graphics_Driver::reset_spot() // nothing to do } +void Fl_Graphics_Driver::global_gc() +{ + // nothing to do +} + // // End of "$Id$". // -- cgit v1.2.3