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

Modified files:
        gui            : gui.cpp 

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/gui/gui.cpp?cvsroot=gnash&r1=1.44&r2=1.45

Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- gui.cpp     2 Nov 2006 14:00:34 -0000       1.44
+++ gui.cpp     3 Nov 2006 15:56:27 -0000       1.45
@@ -246,9 +246,7 @@
   
        // Avoid drawing of stopped movies
 
-#ifndef WIN32  // hack
-       if ( ! changed_bounds.is_null() )
-#endif
+       if ( ! changed_bounds.is_null() )       //vv
        {
                // Tell the GUI that we only need to update this region
                // (it may ignore this information)


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to