On Friday 13 October 2006 16:51, Sandro Santilli wrote: > CVSROOT: /sources/gnash > Module name: gnash > Changes by: Sandro Santilli <strk> 06/10/13 14:51:00 > > Modified files: > . : ChangeLog > gui : gui.cpp > > Log message: > * gui/gui.cpp (resize_view): set _width and _height. > > Index: gui/gui.cpp > =================================================================== > RCS file: /sources/gnash/gnash/gui/gui.cpp,v > retrieving revision 1.25 > retrieving revision 1.26 > diff -u -b -r1.25 -r1.26 > --- gui/gui.cpp 12 Oct 2006 21:26:05 -0000 1.25 > +++ gui/gui.cpp 13 Oct 2006 14:51:00 -0000 1.26 > @@ -131,6 +131,11 @@ > " no movie loaded, can't correctly set movie scale"); > } > > + // set new size ? > + _width = width; > + _height = _height;
_height = height; ? Bastiaan _______________________________________________ Gnash-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-commit
