summaryrefslogtreecommitdiff
path: root/src/Fl_GDI_Printer.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-01-31 13:02:55 +0000
committerManolo Gouy <Manolo>2011-01-31 13:02:55 +0000
commit1993f08a33c95167b7a90579ffb178c6af625086 (patch)
tree8ec047c804cffff019350e75d9a68cffa7b52b8d /src/Fl_GDI_Printer.cxx
parent2c5006563f893723f0f224d7b3115e5fd03272ca (diff)
Added Fl_Printer::add_image(const ichar*) needed for correct memory usage by
Fl_Paged_Device::print_window_part(). git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8341 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_GDI_Printer.cxx')
-rw-r--r--src/Fl_GDI_Printer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_GDI_Printer.cxx b/src/Fl_GDI_Printer.cxx
index bcd1569ab..9bd64f0c9 100644
--- a/src/Fl_GDI_Printer.cxx
+++ b/src/Fl_GDI_Printer.cxx
@@ -194,7 +194,6 @@ int Fl_System_Printer::start_page (void)
}
printable_rect(&w, &h);
origin(0, 0);
- image_list_ = NULL;
fl_clip_region(0);
gc = (void *)fl_gc;
}