[gnome-games/gsoc-seed-games] [libgames-support] Update to match clutter head.



commit 221ee2994780cd045b6f0fab29e69d978e4ede9b
Author: Tim Horton <hortont svn gnome org>
Date:   Fri Jun 12 19:27:57 2009 -0400

    [libgames-support] Update to match clutter head.
    
    This might be a merge problem, because the same change is in the
    gnibbles-clutter branch. However, there, it's part of a larger commit.

 libgames-support/games-card-textures-cache.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/games-card-textures-cache.c b/libgames-support/games-card-textures-cache.c
index 6d1f13c..2b7dbf5 100644
--- a/libgames-support/games-card-textures-cache.c
+++ b/libgames-support/games-card-textures-cache.c
@@ -307,7 +307,7 @@ games_card_textures_cache_get_card_texture_by_id (GamesCardTexturesCache *cache,
 
     handle = cogl_texture_new_from_data (gdk_pixbuf_get_width (pixbuf),
                                          gdk_pixbuf_get_height (pixbuf),
-                                         64, FALSE,
+                                         COGL_TEXTURE_NONE/*64, FALSE*/,
                                          gdk_pixbuf_get_has_alpha (pixbuf)
                                          ? COGL_PIXEL_FORMAT_RGBA_8888
                                          : COGL_PIXEL_FORMAT_RGB_888,



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