GNOME Bugzilla – Bug 697945
clutter-win32.h path is wrong
Last modified: 2014-10-07 13:51:41 UTC
Created attachment 241442 [details] [review] Fix clutter-win32.h include line I noticed that clutter-win32.h include line in clutter-gtk/gtk-clutter-actor.c is wrong. Other files (gtk-clutter-util.c and gtk-clutter-embed.c) are right. It should be "#include <clutter/win32/clutter-win32.h>" but the current is "#include <clutter/clutter-win32.h>" . "/win32" is missing.
Review of attachment 241442 [details] [review]: looks good.
Could you commit the patch?
thanks for the patch, and sorry for taking this long to push it.
Thanks!