diff options
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 2 |
1 files changed, 2 insertions, 0 deletions
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(); }; |
