From e6a5d896e64acd3116fb97792a435b44406a2f70 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 17 Mar 2010 13:29:14 +0000 Subject: Fl_Printer is now enough to print this window. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7283 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/cube.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/cube.cxx') diff --git a/test/cube.cxx b/test/cube.cxx index b91fc0f87..d2b3e20e7 100644 --- a/test/cube.cxx +++ b/test/cube.cxx @@ -159,11 +159,11 @@ void makeform(const char *name) { // added to demo printing #include -#include +#include 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; -- cgit v1.2.3