GNOME Bugzilla – Bug 724204
Pointer indirection not supported for this expression: motion_notify_event (*e);
Last modified: 2014-02-12 12:14:40 UTC
Looks like fallout from bug 713240.
Created attachment 268878 [details] [review] Adjust to changes in Vala binding API I want to wait to hear from the Vala developers before pushing this...
Created attachment 268881 [details] [review] Updated patch A couple more changes are needed. Not reported by the compiler as they involve pointer casts. I've also bumped the required Vala version to 0.23.2. If this is an issue, we can sprinkle the code with a few #if VALA_0_24 conditionals as an alternative.
Review of attachment 268881 [details] [review]: I do not mind depending on the latest and greatest. Feel free to push. Thanks!