gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] gnash ChangeLog gui/gui.cpp


From: Bastiaan Jacques
Subject: Re: [Gnash-commit] gnash ChangeLog gui/gui.cpp
Date: Fri, 13 Oct 2006 17:52:29 +0200
User-agent: KMail/1.9.4

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]