gnome-games r8197 - trunk/aisleriot



Author: chpe
Date: Sat Oct 25 17:45:14 2008
New Revision: 8197
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8197&view=rev

Log:
Bug 557828 â unconditional #include of clutter-embed.h in sol.c when
clutter not enabled
Patch by "Paul" <ephraim_owns at hotmail.com>

Modified:
   trunk/aisleriot/sol.c

Modified: trunk/aisleriot/sol.c
==============================================================================
--- trunk/aisleriot/sol.c	(original)
+++ trunk/aisleriot/sol.c	Sat Oct 25 17:45:14 2008
@@ -76,7 +76,10 @@
 #include "game.h"
 #include "util.h"
 #include "window.h"
+
+#ifdef HAVE_CLUTTER
 #include "clutter-embed.h"
+#endif
 
 typedef struct {
   AisleriotWindow *window;



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