fltk/src/drivers
Manolo Gouy c472d5d8b7 Fix fl_read_image() under MacOS platform when GUI is rescaled.
This commit also simplifies the platform-dependent support of fl_read_image():
only Fl_XXX_Screen_Driver::read_win_rectangle() contains platform-specific
code to capture pixels from the current window or from an offscreen buffer.
Platform-independent function Fl_Screen_Driver::traverse_to_gl_subwindows()
captures subwindows that intersect with the area fl_read_image() targets.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12653 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2018-02-09 13:48:22 +00:00
..
Cocoa Fix fl_read_image() under MacOS platform when GUI is rescaled. 2018-02-09 13:48:22 +00:00
Darwin Move xxx_also_windowless member functions from Fl_System_Driver to Fl_Screen_Driver. 2018-02-08 12:47:40 +00:00
GDI Fix fl_read_image() under MacOS platform when GUI is rescaled. 2018-02-09 13:48:22 +00:00
OpenGL Scaling capability under MacOS platform: fix capture of scaled window. 2017-12-19 14:14:42 +00:00
Pico Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
PicoAndroid Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
PicoSDL Replace FL/x.H with FL/platform.H - step 2 (STR #3435). 2018-01-31 21:17:17 +00:00
Posix Add missing platform wrapper fl_chdir() for chdir(). 2017-11-10 12:56:00 +00:00
PostScript SVG support: avoid re-rasterizing an image that was previously rasterized at higher resolution. 2017-09-18 12:15:08 +00:00
Quartz Fix fl_read_image() under MacOS platform when GUI is rescaled. 2018-02-09 13:48:22 +00:00
WinAPI Fix fl_read_image() under MacOS platform when GUI is rescaled. 2018-02-09 13:48:22 +00:00
X11 Fix fl_read_image() under MacOS platform when GUI is rescaled. 2018-02-09 13:48:22 +00:00
Xlib Fix fl_read_image() under MacOS platform when GUI is rescaled. 2018-02-09 13:48:22 +00:00