gnome-games r8691 - trunk/gnometris



Author: jclinton
Date: Mon Feb  9 05:57:55 2009
New Revision: 8691
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8691&view=rev

Log:
Set the preview stage to black

Modified:
   trunk/gnometris/preview.cpp

Modified: trunk/gnometris/preview.cpp
==============================================================================
--- trunk/gnometris/preview.cpp	(original)
+++ trunk/gnometris/preview.cpp	Mon Feb  9 05:57:55 2009
@@ -55,7 +55,7 @@
 	ClutterActor *stage;
 	stage = games_clutter_embed_get_stage (GAMES_CLUTTER_EMBED (w));
 
-	ClutterColor stage_color = { 0x61, 0x64, 0x8c, 0xff };
+	ClutterColor stage_color = { 0x0, 0x0, 0x0, 0xff };
 	clutter_stage_set_color (CLUTTER_STAGE (stage),
 				 &stage_color);
 	rotar = clutter_group_new ();



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