gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server video_stream_instance.cpp video_st...


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server video_stream_instance.cpp video_st...
Date: Mon, 20 Nov 2006 15:06:53 +0000

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

Modified files:
        server         : video_stream_instance.cpp 
                         video_stream_instance.h 

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/server/video_stream_instance.cpp?cvsroot=gnash&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/gnash/server/video_stream_instance.h?cvsroot=gnash&r1=1.2&r2=1.3

Patches:
Index: video_stream_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/video_stream_instance.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- video_stream_instance.cpp   3 Nov 2006 15:55:58 -0000       1.3
+++ video_stream_instance.cpp   20 Nov 2006 15:06:53 -0000      1.4
@@ -71,7 +71,7 @@
 }
 
 void
-video_stream_instance::get_invalidated_bounds(rect* bounds, bool force)        
//vv
+video_stream_instance::get_invalidated_bounds(rect* bounds, bool force)
 {
        bounds->expand_to_point(-1e10f, -1e10f);
        bounds->expand_to_point(1e10f, 1e10f);

Index: video_stream_instance.h
===================================================================
RCS file: /sources/gnash/gnash/server/video_stream_instance.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- video_stream_instance.h     3 Nov 2006 15:55:58 -0000       1.2
+++ video_stream_instance.h     20 Nov 2006 15:06:53 -0000      1.3
@@ -27,7 +27,7 @@
        void    display();
 
        bool can_handle_mouse_event() { return false; }
-       void get_invalidated_bounds(rect* bounds, bool force);  //vv
+       void get_invalidated_bounds(rect* bounds, bool force);
 
 //     void set_source(const as_object* source)
 //     {




reply via email to

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