fltk/src/drivers/GDI
Manolo Gouy 5bb4e853c7 Remove Fl_Image_Surface::end_current() to be called after usage of the drawing surface.
This ensures API compatibility with FLTK 1.3 where Fl_Surface_Device->set_current()
is used to change the current drawing surface.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12125 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2016-11-30 07:09:48 +00:00
..
Fl_Font.H Set svn file properties. 2016-04-26 07:25:53 +00:00
Fl_GDI_Copy_Surface_Driver.cxx Fix Fl_Copy_Surface under Windows 10 when the desktop scaling factor value is > 100 % 2016-08-27 15:54:51 +00:00
Fl_GDI_Graphics_Driver_arci.cxx Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). 2016-03-26 14:36:11 +00:00
Fl_GDI_Graphics_Driver_color.cxx virtualized Fl::set_color and free_color. 2016-04-17 15:01:20 +00:00
Fl_GDI_Graphics_Driver_font.cxx Move font-related member functions from Fl_Screen_Driver to Fl_Graphics_Driver. 2016-09-23 13:56:07 +00:00
Fl_GDI_Graphics_Driver_image.cxx WIN32 platform: Fix drawing of depth-4 scaled image when can_do_alpha_blending() is false. 2016-11-17 13:52:16 +00:00
Fl_GDI_Graphics_Driver_line_style.cxx Replace global fl_line_width_ used only by X11 platform by Fl_Xlib_Graphics_Driver::line_width_ 2016-11-16 19:56:22 +00:00
Fl_GDI_Graphics_Driver_rect.cxx Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). 2016-03-26 14:36:11 +00:00
Fl_GDI_Graphics_Driver_vertex.cxx Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_Region, Fl_Bitmask). 2016-03-26 14:36:11 +00:00
Fl_GDI_Graphics_Driver.cxx WIN platform: implement Fl_GDI_Graphics_Driver::draw_scaled(Fl_Image *img,int,int,int,int) when img is a Fl_RGB_Image 2016-10-22 11:42:20 +00:00
Fl_GDI_Graphics_Driver.H WIN platform: implement Fl_GDI_Graphics_Driver::draw_scaled(Fl_Image *img,int,int,int,int) when img is a Fl_RGB_Image 2016-10-22 11:42:20 +00:00
Fl_GDI_Image_Surface_Driver.cxx Remove Fl_Image_Surface::end_current() to be called after usage of the drawing surface. 2016-11-30 07:09:48 +00:00