Fl_PSfile_Device constructor: initialize scale_x and scale_y

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7375 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2010-03-31 06:21:09 +00:00
parent 9f7ecc197e
commit 1d7e6edead
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ Fl_PSfile_Device::Fl_PSfile_Device(void)
mask = 0;
ps_filename_ = NULL;
type_ = postscript_device;
scale_x = scale_y = 1.;
#ifdef __APPLE__
gc = fl_gc; // the display context is used by fl_text_extents()
#endif