Author: manolo
Date: 2011-05-20 09:39:06 -0700 (Fri, 20 May 2011)
New Revision: 8699
Log:
Added missing FL_EXPORT class declarations.

Modified:
   branches/branch-1.3/FL/Fl_Paged_Device.H
   branches/branch-1.3/FL/Fl_PostScript.H
   branches/branch-1.3/FL/Fl_Printer.H

Modified: branches/branch-1.3/FL/Fl_Paged_Device.H
===================================================================
--- branches/branch-1.3/FL/Fl_Paged_Device.H    2011-05-20 16:14:56 UTC (rev 
8698)
+++ branches/branch-1.3/FL/Fl_Paged_Device.H    2011-05-20 16:39:06 UTC (rev 
8699)
@@ -44,7 +44,7 @@
  This class has no public constructor: don't instantiate it; use Fl_Printer 
  or Fl_PostScript_File_Device instead.
  */
-class Fl_Paged_Device : public Fl_Surface_Device {
+class FL_EXPORT Fl_Paged_Device : public Fl_Surface_Device {
 public:
   /**
    \brief Possible page formats.

Modified: branches/branch-1.3/FL/Fl_PostScript.H
===================================================================
--- branches/branch-1.3/FL/Fl_PostScript.H      2011-05-20 16:14:56 UTC (rev 
8698)
+++ branches/branch-1.3/FL/Fl_PostScript.H      2011-05-20 16:39:06 UTC (rev 
8699)
@@ -61,7 +61,7 @@
  <br> FLTK standard fonts are output using PostScript standard fonts: 
Helvetica, Courier, 
  Times (and their bold, oblique, italic variants).
  */
-class Fl_PostScript_Graphics_Driver : public Fl_Graphics_Driver {
+class FL_EXPORT Fl_PostScript_Graphics_Driver : public Fl_Graphics_Driver {
 public: 
   static const char *class_id;
   const char *class_name() {return class_id;};
@@ -213,7 +213,7 @@
 /**
  \brief To send graphical output to a PostScript file.
  */
-class Fl_PostScript_File_Device : public Fl_Paged_Device {
+class FL_EXPORT Fl_PostScript_File_Device : public Fl_Paged_Device {
 #ifdef __APPLE__
   Fl_CGContextRef gc;
 #endif

Modified: branches/branch-1.3/FL/Fl_Printer.H
===================================================================
--- branches/branch-1.3/FL/Fl_Printer.H 2011-05-20 16:14:56 UTC (rev 8698)
+++ branches/branch-1.3/FL/Fl_Printer.H 2011-05-20 16:39:06 UTC (rev 8699)
@@ -151,7 +151,7 @@
  <li>Mac OS X platform: all graphics requests print as on display.
  </ul>
  */
-class Fl_Printer : public Fl_Paged_Device {
+class FL_EXPORT Fl_Printer : public Fl_Paged_Device {
 public:
   static const char *class_id;
   const char *class_name() {return class_id;};

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to