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: Tue, 11 Jul 2006 00:55:44 +0200

Sorry, I checked in gui/ and there's no call to SDL_WaitEvent,
so I think we're fine with this.

--strk;

On Mon, Jul 10, 2006 at 03:53:56PM +0200, strk wrote:
> 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);
> > 




reply via email to

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