After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 690833 - missing include file clutter-shader.h in clutter-backend-win32.c
missing include file clutter-shader.h in clutter-backend-win32.c
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: win32
git master
Other Windows
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2012-12-28 20:09 UTC by Wouter Paesen
Modified: 2013-01-16 22:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial patch to remove the include (749 bytes, patch)
2012-12-28 20:09 UTC, Wouter Paesen
committed Details | Review

Description Wouter Paesen 2012-12-28 20:09:02 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.
Comment 1 Emmanuele Bassi (:ebassi) 2012-12-28 21:27:14 UTC
Review of attachment 232349 [details] [review]:

looks good.
Comment 2 Emmanuele Bassi (:ebassi) 2013-01-16 22:57:09 UTC
thanks for the patch; pushed to the master and clutter-1.14 branches.