gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash ChangeLog gui/sdl.cpp gui/sdl_agg_glue.cp... [r


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog gui/sdl.cpp gui/sdl_agg_glue.cp... [release_0_7_2]
Date: Wed, 1 Nov 2006 18:41:31 +0100

On Wed, Nov 01, 2006 at 05:05:42PM +0000, Bastiaan Jacques wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Branch:               release_0_7_2
> Changes by:   Bastiaan Jacques <bjacques>     06/11/01 17:05:42
> 
> Modified files:
>       .              : ChangeLog 
>       gui            : sdl.cpp sdl_agg_glue.cpp sdl_agg_glue.h 
>                        sdl_glue.h sdlsup.h 
> 
> Log message:
>               * gui/sdl{.cpp, sup.h, _glue.h}: Allow glues to implement region
>               clipping. (This also fixes compilation.) Allow glues to 
> implement
>               resizing, but leave this feature disabled for now.
>               * gui/sdl_agg_glue{.cpp, .h}: Implement region clipping 
> correctly.

>  void
> -SDLGui::resize_event()
> +SDLGui::resize_event(int width, int height)

I'm sure this comes from an upper interface, but do we
really want "signed" integers for width and height here ?

--strk;




reply via email to

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