[maemo-commits] [maemo-commits] r17373 - projects/haf/trunk/clutter/clutter/eglx

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Feb 9 13:01:03 EET 2009
Author: kihamala
Date: 2009-02-09 13:00:59 +0200 (Mon, 09 Feb 2009)
New Revision: 17373

Modified:
   projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c
Log:
comment out some old debug prints


Modified: projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c
===================================================================
--- projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c	2009-02-09 10:36:37 UTC (rev 17372)
+++ projects/haf/trunk/clutter/clutter/eglx/clutter-eglx-texture-pixmap.c	2009-02-09 11:00:59 UTC (rev 17373)
@@ -332,9 +332,11 @@
                          == EGL_FALSE)
     return;
   height = value;
+  /*
   g_debug ("%s: got width %u, height %u (X says %u, %u)", __FUNCTION__,
                 width, height,
                 priv->current_pixmap_width, priv->current_pixmap_height);
+                */
 
   /* bind the surface to a GL texture */
   glGenTextures (1, &priv->texture_id);
@@ -358,7 +360,9 @@
 
   if (value == EGL_TEXTURE_RGB)
     {
+            /*
       g_debug ("%s: surface format is EGL_TEXTURE_RGB", __FUNCTION__);
+      */
       if (priv->current_pixmap_depth == 16)
         format = COGL_PIXEL_FORMAT_RGB_565;
       else


More information about the maemo-commits mailing list