GNOME Bugzilla – Bug 690833
missing include file clutter-shader.h in clutter-backend-win32.c
Last modified: 2013-01-16 22:57:11 UTC
Created attachment 232349 [details] [review] trivial patch to remove the include When cross compiling master for win32 with mingw 4.4.4 the build errors on a missing include for "clutter-shader.h" in clutter-backend-win32.c. It looks like the file has been moved to deprecated but the include was not updated. It also looks like the backend code does not use anything from clutter-shader.h so the include can be removed.
Review of attachment 232349 [details] [review]: looks good.
thanks for the patch; pushed to the master and clutter-1.14 branches.