gnash-commit
[Top][All Lists]
Advanced

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

Re: [Gnash-commit] gnash/backend gnash.cpp


From: strk
Subject: Re: [Gnash-commit] gnash/backend gnash.cpp
Date: Mon, 10 Jul 2006 15:53:56 +0200

Vitaly, when touching backend/* you should make sure gui/*
is updated as well, or the two will soon get too out of sync
to switch.


-strk;

On Mon, Jul 10, 2006 at 01:48:06PM +0000, Vitaly Alexeev wrote:
> CVSROOT:      /sources/gnash
> Module name:  gnash
> Changes by:   Vitaly Alexeev <alexeev>        06/07/10 13:48:06
> 
> Modified files:
>       backend        : gnash.cpp 
> 
> Log message:
>       fixed bug that led to processing of not arisen events.
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/gnash/backend/gnash.cpp?cvsroot=gnash&r1=1.45&r2=1.46
> 
> Patches:
> Index: gnash.cpp
> ===================================================================
> RCS file: /sources/gnash/gnash/backend/gnash.cpp,v
> retrieving revision 1.45
> retrieving revision 1.46
> diff -u -b -r1.45 -r1.46
> --- gnash.cpp 5 Jul 2006 12:50:07 -0000       1.45
> +++ gnash.cpp 10 Jul 2006 13:48:06 -0000      1.46
> @@ -706,6 +706,7 @@
>                      ret = SDL_PollEvent(&event) ? true : false;
>  //                 else
>  //                     ret = SDL_WaitEvent(&event);
> +                    if (ret == false) break;
>  #endif
>                  
>  //        printf("EVENT Type is %d\n", event.type);
> 
> 
> _______________________________________________
> Gnash-commit mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gnash-commit

-- 

 /"\    ASCII Ribbon Campaign
 \ /    Respect for low technology.
  X     Keep e-mail messages readable by any computer system.
 / \    Keep it ASCII. 





reply via email to

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