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/drivers/GDI/Fl_GDI_Graphics_Driver.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index bbda02bc2..9cd79ebaa 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -129,6 +129,8 @@ protected: void color(uchar r, uchar g, uchar b); void set_spot(int font, int size, int X, int Y, int W, int H, Fl_Window *win); void reset_spot(); +protected: + void global_gc(); }; -- cgit v1.2.3