Complete previous commit at r.12385 that was partial.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12386 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2017-08-15 15:26:50 +00:00
parent d42e7374a5
commit 1c818271b1
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ private:
// Width and height of the offscreen surface
int offsc_w, offsc_h;
int iters; // Must be set on first pass!
float scale; // current screen scaling factor value
};
/*****************************************************************************/