Author: manolo Date: 2012-03-11 11:58:55 -0700 (Sun, 11 Mar 2012) New Revision: 9274 Log: Added needed initialization in Fl_Graphics_Driver constructor.
Modified: branches/branch-1.3/src/Fl_Device.cxx Modified: branches/branch-1.3/src/Fl_Device.cxx =================================================================== --- branches/branch-1.3/src/Fl_Device.cxx 2012-03-10 15:52:44 UTC (rev 9273) +++ branches/branch-1.3/src/Fl_Device.cxx 2012-03-11 18:58:55 UTC (rev 9274) @@ -48,6 +48,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
