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


From: Hannes Mayr
Subject: [Gnash-commit] gnash/gui gtk_glue_agg.cpp
Date: Fri, 27 Oct 2006 10:08:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Hannes Mayr <bik>       06/10/27 10:08:08

Modified files:
        gui            : gtk_glue_agg.cpp 

Log message:
        Rendering on screens with 8-bit or 16-bit color depth should now work 
properly.

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

Patches:
Index: gtk_glue_agg.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gtk_glue_agg.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- gtk_glue_agg.cpp    26 Oct 2006 13:15:46 -0000      1.7
+++ gtk_glue_agg.cpp    27 Oct 2006 10:08:08 -0000      1.8
@@ -35,7 +35,7 @@
 //
 //
 
-/* $Id: gtk_glue_agg.cpp,v 1.7 2006/10/26 13:15:46 udog Exp $ */
+/* $Id: gtk_glue_agg.cpp,v 1.8 2006/10/27 10:08:08 bik Exp $ */
 
 #include <cstdio>
 #include <cerrno>
@@ -93,7 +93,7 @@
                strncpy(bppformat, "RGBA8", sizeof(bppformat));
                break;
        case 16:
-               strncpy(bppformat, "RGBA16", sizeof(bppformat));
+               strncpy(bppformat, "RGB16", sizeof(bppformat));
                break;
        case 24:
                strncpy(bppformat, "RGB24", sizeof(bppformat));




reply via email to

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