summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-04-06 12:11:26 +0000
committerManolo Gouy <Manolo>2011-04-06 12:11:26 +0000
commit265f213d23e295007cb33d8e1b94c7598f891e13 (patch)
tree650811e53b90968e2004c98f354ec71f7c703151 /src
parentb149f786d763e88781d03020fd7813253ee8a8c0 (diff)
Added function Fl_Printer::set_current() that may be useful.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8563 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Printer.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Fl_Printer.cxx b/src/Fl_Printer.cxx
index be4afe991..4b86173a9 100644
--- a/src/Fl_Printer.cxx
+++ b/src/Fl_Printer.cxx
@@ -180,6 +180,11 @@ void Fl_Printer::print_window_part(Fl_Window *win, int x, int y, int w, int h, i
printer->print_window_part(win, x, y, w, h, delta_x, delta_y);
}
+void Fl_Printer::set_current(void)
+{
+ printer->set_current();
+}
+
Fl_Printer::~Fl_Printer(void)
{
delete printer;