From 98f071fa16064abc6785519b4ce8c3cb3f404812 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 24 Apr 2016 08:38:11 +0000 Subject: Add Doxygen comments for members of the Fl_Graphics_Driver class. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11689 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Device.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Fl_Device.cxx') diff --git a/src/Fl_Device.cxx b/src/Fl_Device.cxx index 07df9d8db..dd2053f56 100644 --- a/src/Fl_Device.cxx +++ b/src/Fl_Device.cxx @@ -78,6 +78,7 @@ Fl_Display_Device *Fl_Display_Device::display_device() { return display; }; +/** Returns whether the drawing system is currently targetted to a high resolution display */ bool Fl_Display_Device::high_resolution() { return Fl_Display_Device::display_device()->driver()->high_resolution(); -- cgit v1.2.3