[maemo-commits] [maemo-commits] r18792 - in projects/haf/trunk/clutter0.8: clutter/eglx debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Jun 26 12:24:13 EEST 2009
Author: gw
Date: 2009-06-26 12:24:11 +0300 (Fri, 26 Jun 2009)
New Revision: 18792

Modified:
   projects/haf/trunk/clutter0.8/clutter/eglx/clutter-eglx-texture-pixmap.c
   projects/haf/trunk/clutter0.8/debian/changelog
Log:
re-added red border so we can release


Modified: projects/haf/trunk/clutter0.8/clutter/eglx/clutter-eglx-texture-pixmap.c
===================================================================
--- projects/haf/trunk/clutter0.8/clutter/eglx/clutter-eglx-texture-pixmap.c	2009-06-25 14:20:41 UTC (rev 18791)
+++ projects/haf/trunk/clutter0.8/clutter/eglx/clutter-eglx-texture-pixmap.c	2009-06-26 09:24:11 UTC (rev 18792)
@@ -725,7 +725,7 @@
                pixmap, window, pixmap_width, pixmap_height, pixmap_depth);*/
 
       /* No longer paint red fail rectangle - it just annoys users */
-      //clutter_eglx_texture_pixmap_paint_fail (actor);
+      clutter_eglx_texture_pixmap_paint_fail (actor);
       return;
     }
 

Modified: projects/haf/trunk/clutter0.8/debian/changelog
===================================================================
--- projects/haf/trunk/clutter0.8/debian/changelog	2009-06-25 14:20:41 UTC (rev 18791)
+++ projects/haf/trunk/clutter0.8/debian/changelog	2009-06-26 09:24:11 UTC (rev 18792)
@@ -2,7 +2,6 @@
 
   Gordon:
   Fixes: NB#124464 - Hildon-desktop crash
-  Fixes: NB#118722, NB#122350 - Red bordered windows
   * clutter/clutter-texture.c: Check for COGL_INVALID_HANDLE texture
     (other functions in clutter-texture checked, but not _paint)
   * clutter/eglx/clutter-eglx-texture-pixmap.c: Check for COGL_INVALID_HANDLE
@@ -10,8 +9,7 @@
   * clutter/x11/clutter-x11-texture-pixmap.c: Check for COGL_INVALID_HANDLE
     before rendering, alongside the surface (It is possible to have a surface,
     but no cogl_texture). Fix texture leak if cogl_texture_new_from_foreign
-    failed. Remove red-bordered warning shape (we now render nothing if we
-    were unable to get a texture).
+    failed.
 
  -- Gordon Williams <gordon.williams at collabora.co.uk>  Mon, 22 Jun 2009 10:29:47 +0300
 

More information about the maemo-commits mailing list