gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gtk_glue_agg.cpp gtk_glue_agg.h gtksup.h


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash/gui gtk_glue_agg.cpp gtk_glue_agg.h gtksup.h
Date: Thu, 02 Nov 2006 14:00:13 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   06/11/02 14:00:13

Modified files:
        gui            : gtk_glue_agg.cpp gtk_glue_agg.h gtksup.h 

Log message:
        Properly handle rescaling

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk_glue_agg.cpp?cvsroot=gnash&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtk_glue_agg.h?cvsroot=gnash&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gtksup.h?cvsroot=gnash&r1=1.28&r2=1.29

Patches:
Index: gtk_glue_agg.cpp
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gtk_glue_agg.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- gtk_glue_agg.cpp    29 Oct 2006 18:34:10 -0000      1.10
+++ gtk_glue_agg.cpp    2 Nov 2006 14:00:12 -0000       1.11
@@ -17,7 +17,7 @@
 //
 //
 
-/* $Id: gtk_glue_agg.cpp,v 1.10 2006/10/29 18:34:10 rsavoye Exp $ */
+/* $Id: gtk_glue_agg.cpp,v 1.11 2006/11/02 14:00:12 udog Exp $ */
 
 #include <cstdio>
 #include <cerrno>
@@ -121,10 +121,6 @@
                _height
        );
        
-       // Note: At this point the buffer is empty and would show a black 
screen.
-       // We have to tell the renderer to render the entire frame and not just 
the
-       // invalidated region. As soon as the renderer supports that we can 
implement
-       // it here.
 }
 
 static int
@@ -152,6 +148,7 @@
                _offscreenbuf,
                (int)(_width*_bpp/8)
        );
+       
 }
 
 void

Index: gtk_glue_agg.h
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gtk_glue_agg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- gtk_glue_agg.h      29 Oct 2006 18:34:10 -0000      1.4
+++ gtk_glue_agg.h      2 Nov 2006 14:00:13 -0000       1.5
@@ -38,6 +38,7 @@
     void render();
     void render(int minx, int miny, int maxx, int maxy);
     void configure(GtkWidget *const widget, GdkEventConfigure *const event);
+    
   private:
     unsigned char *_offscreenbuf;
     int _offscreenbuf_size;

Index: gtksup.h
===================================================================
RCS file: /cvsroot/gnash/gnash/gui/gtksup.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29




reply via email to

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