Comments: update comment of class Fl_Scalable_Graphics_Driver to indicate what platforms use it.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12716 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-03-07 11:55:38 +00:00
parent 358bdf577e
commit 2df5cb850a

View File

@ -443,8 +443,8 @@ struct Fl_Fontdesc {
scaled coordinates. The member functions are named with the _unscaled suffix.
- scale and unscale the clipping region.
This class is presently used on the X11 platform to support HiDPI displays.
In the future, it may also be used on the Windows platform.
This class is presently used by the X11 and Windows platforms to support HiDPI displays.
In the future, it may also be used by other platforms.
*/
class FL_EXPORT Fl_Scalable_Graphics_Driver : public Fl_Graphics_Driver {
public: