From 15e3f4b2d2fca4e501e13a2a303880013955dfcd Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 18 Apr 2018 15:03:51 +0000 Subject: Simplify the implementation of printing of Fl_Pixmap images under Windows. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12851 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Graphics_Driver.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 2b331f327..bdf9fc64b 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -413,6 +413,7 @@ void Fl_Graphics_Driver::draw_rgb(Fl_RGB_Image *img, int XP, int YP, int WP, int } } +unsigned Fl_Graphics_Driver::need_pixmap_bg_color = 0; void Fl_Scalable_Graphics_Driver::font(Fl_Font face, Fl_Fontsize size) { if (!font_descriptor()) fl_open_display(); // to catch the correct initial value of scale_ -- cgit v1.2.3