Author: manolo
Date: 2010-04-19 13:33:18 -0700 (Mon, 19 Apr 2010)
New Revision: 7534
Log:
Doc clarification.
Modified:
branches/branch-1.3-Fl_Printer/FL/Fl_Device.H
Modified: branches/branch-1.3-Fl_Printer/FL/Fl_Device.H
===================================================================
--- branches/branch-1.3-Fl_Printer/FL/Fl_Device.H 2010-04-19 20:04:47 UTC
(rev 7533)
+++ branches/branch-1.3-Fl_Printer/FL/Fl_Device.H 2010-04-19 20:33:18 UTC
(rev 7534)
@@ -292,6 +292,8 @@
#if defined(__APPLE__) || defined(FL_DOXYGEN)
/**
\brief The Mac OS X-specific graphics class.
+ *
+ This class is implemented only on the Mac OS X platform.
*/
class Fl_Quartz_Graphics_Driver : public Fl_Graphics_Driver {
public:
@@ -305,6 +307,8 @@
#if defined(WIN32) || defined(FL_DOXYGEN)
/**
\brief The MSWindows-specific graphics class.
+ *
+ This class is implemented only on the MSWindows platform.
*/
class Fl_GDI_Graphics_Driver : public Fl_Graphics_Driver {
public:
@@ -318,6 +322,8 @@
#if !(defined(__APPLE__) || defined(WIN32))
/**
\brief The Xlib-specific graphics class.
+ *
+ This class is implemented only on the Xlib platform.
*/
class Fl_Xlib_Graphics_Driver : public Fl_Graphics_Driver {
public:
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit