gnash-commit
[Top][All Lists]
Advanced

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

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


From: strk
Subject: Re: [Gnash-commit] gnash ChangeLog server/styles.cpp server/styles...
Date: Fri, 2 May 2008 17:23:59 +0200

On Fri, May 02, 2008 at 03:19:13PM +0000, Udo Giacomozzi wrote:
> CVSROOT:      /cvsroot/gnash
> Module name:  gnash
> Changes by:   Udo Giacomozzi <udog>   08/05/02 15:19:12
> 
> Modified files:
>       .              : ChangeLog 
>       server         : styles.cpp styles.h 
>       backend        : render_handler_agg.cpp 
> 
> Log message:
>       * server/style.{cpp,h}: fixed default constructor

And broke non-default one ?

> Index: server/styles.h
> ===================================================================
> RCS file: /cvsroot/gnash/gnash/server/styles.h,v
> retrieving revision 1.27
> retrieving revision 1.28
> diff -u -b -r1.27 -r1.28
> --- server/styles.h   2 May 2008 13:54:16 -0000       1.27
> +++ server/styles.h   2 May 2008 15:19:11 -0000       1.28
> @@ -42,12 +42,7 @@
>               m_width(width),
>               m_color(color),
>               _scaleVertically(scaleThicknessVertically),
> -             _scaleHorizontally(scaleThicknessHorizontally),
> -             _noClose(false),
> -             _startCapStyle(CAP_ROUND),
> -             _endCapStyle(CAP_ROUND),
> -             _joinStyle(JOIN_ROUND),
> -             _miterLimitFactor(1.0f)
> +             _scaleHorizontally(scaleThicknessHorizontally)
>       {
>       }



--strk;




reply via email to

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