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: Fri, 03 Nov 2006 15:55:59 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/11/03 15:55:58

Modified files:
        server         : video_stream_instance.cpp 
                         video_stream_instance.h 

Log message:
                * server\video_stream_instance.(h,cpp): added
                  get_invalidated_bounds() method
                * gui\gui.cpp: removed win32 hack

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/video_stream_instance.cpp?cvsroot=gnash&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/gnash/server/video_stream_instance.h?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: video_stream_instance.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/video_stream_instance.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- video_stream_instance.cpp   28 Oct 2006 11:41:11 -0000      1.2
+++ video_stream_instance.cpp   3 Nov 2006 15:55:58 -0000       1.3
@@ -70,6 +70,13 @@
 {
 }
 
+void
+video_stream_instance::get_invalidated_bounds(rect* bounds, bool force)        
//vv
+{
+       bounds->expand_to_point(-1e10f, -1e10f);
+       bounds->expand_to_point(1e10f, 1e10f);
+}
+
 //void
 //video_stream_instance::set_member(const tu_stringi& name,    const as_value& 
val)
 //{

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




reply via email to

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