diff options
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index 4d4a50bd1..bbda02bc2 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -127,8 +127,11 @@ protected: void color(Fl_Color c); Fl_Color color() { return color_; } 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(); }; + /** The graphics driver used when printing on MSWindows. * @@ -142,6 +145,7 @@ public: int draw_scaled(Fl_Image *img, int XP, int YP, int WP, int HP); }; + class Fl_Translated_GDI_Graphics_Driver : public Fl_GDI_Graphics_Driver { unsigned depth; POINT origins[10]; @@ -151,6 +155,7 @@ public: virtual void untranslate_all(void); }; + #endif // FL_GDI_GRAPHICS_DRIVER_H // |
