Author: manolo
Date: 2010-03-17 06:29:14 -0700 (Wed, 17 Mar 2010)
New Revision: 7283
Log:
Fl_Printer is now enough to print this window.

Modified:
   branches/branch-1.3/test/cube.cxx

Modified: branches/branch-1.3/test/cube.cxx
===================================================================
--- branches/branch-1.3/test/cube.cxx   2010-03-17 09:39:45 UTC (rev 7282)
+++ branches/branch-1.3/test/cube.cxx   2010-03-17 13:29:14 UTC (rev 7283)
@@ -159,11 +159,11 @@
 
 // added to demo printing
 #include <FL/Fl_Sys_Menu_Bar.H>
-#include <FL/Fl_Gl_Printer.H>
+#include <FL/Fl_Printer.H>
 
 void print_cb(Fl_Widget *w, void *data)
 {
-  Fl_Gl_Printer printer;
+  Fl_Printer printer;
   Fl_Window *win = Fl::first_window();
   if(!win) return;
   if( printer.start_job(1) ) return;

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

Reply via email to