gnome-shell r107 - trunk/src/big



Author: walters
Date: Mon Dec  1 23:44:06 2008
New Revision: 107
URL: http://svn.gnome.org/viewvc/gnome-shell?rev=107&view=rev

Log:
Tweak clutter-cairo include path to fix build where clutter root != clutter-cairo root

Modified:
   trunk/src/big/README
   trunk/src/big/theme-image.c

Modified: trunk/src/big/README
==============================================================================
--- trunk/src/big/README	(original)
+++ trunk/src/big/README	Mon Dec  1 23:44:06 2008
@@ -20,3 +20,6 @@
 into a private location, link the source files directly into the
 gnome-shell plugin so no external library is needed, and we don't
 install the header files at all.)
+
+Patches applied:
+http://bugzilla.gnome.org/show_bug.cgi?id=562929
\ No newline at end of file

Modified: trunk/src/big/theme-image.c
==============================================================================
--- trunk/src/big/theme-image.c	(original)
+++ trunk/src/big/theme-image.c	Mon Dec  1 23:44:06 2008
@@ -24,7 +24,7 @@
 
 #include <clutter/clutter-units.h>
 #include <clutter/clutter-actor.h>
-#include <clutter-cairo/clutter-cairo.h>
+#include <clutter-cairo.h>
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 



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