gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gui.cpp


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/gui gui.cpp
Date: Mon, 20 Nov 2006 15:08:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/11/20 15:08:17

Modified files:
        gui            : gui.cpp 

Log message:
                * server\parser\movie_def_impl.cpp: usleep(x) ==> Sleep(x/1000) 
for win32,
                'return _thread == 0' is invalid in win32 that 'pthread_t' is 
typedef struct {
            void * p;                   /* Pointer to actual object */
            unsigned int x;             /* Extra information - reuse count etc 
*/
                } ptw32_handle_t;
                * server\video_stream_instance.h: typo
                * gui\gui.cpp: typo
                * backend\render_handler_ogl.cpp: GL/glx.h is absent in win32
                * backend\sound_handler_sdl.cpp: sdl_audio_callback() is 
switched off for win32
                because of segmentation fault
                * server\video_stream_instance.cpp: typo
                * reconfigured win32 dir

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.48&r2=1.49

Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- gui.cpp     17 Nov 2006 13:32:53 -0000      1.48
+++ gui.cpp     20 Nov 2006 15:08:17 -0000      1.49
@@ -254,7 +254,7 @@
   
        // Avoid drawing of stopped movies
 
-       if ( ! changed_bounds.is_null() )       //vv
+       if ( ! changed_bounds.is_null() )
        {
                // Tell the GUI(!) that we only need to update this region. 
Note the GUI can
                // do whatever it wants with this information. It may simply 
ignore the 




reply via email to

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