Author: manolo Date: 2012-03-11 12:14:07 -0700 (Sun, 11 Mar 2012) New Revision: 9275 Log: Added needed initialization in fltk3::GraphicsDriver constructor.
Modified: branches/branch-3.0/src/fltk3/Device.cxx Modified: branches/branch-3.0/src/fltk3/Device.cxx =================================================================== --- branches/branch-3.0/src/fltk3/Device.cxx 2012-03-11 18:58:55 UTC (rev 9274) +++ branches/branch-3.0/src/fltk3/Device.cxx 2012-03-11 19:14:07 UTC (rev 9275) @@ -59,6 +59,7 @@ font_ = 0; size_ = 0; sptr=0; rstackptr=0; + rstack[0] = NULL; fl_clip_state_number=0; m = m0; fl_matrix = &m; _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
