mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
Fix definition of ClutterEventExtender
The interface vtable structure is missing the GTypeInterface parent, and GObject is complaining about it, as it should.
This commit is contained in:
parent
7fe12eca54
commit
a166cc9f35
@ -156,6 +156,8 @@ typedef struct _ClutterEventExtenderInterface ClutterEventExtenderInterface;
|
||||
|
||||
struct _ClutterEventExtenderInterface
|
||||
{
|
||||
GTypeInterface g_iface;
|
||||
|
||||
void (* copy_event_data) (ClutterEventExtender *event_extender,
|
||||
const ClutterEvent *src,
|
||||
ClutterEvent *dest);
|
||||
|
Loading…
Reference in New Issue
Block a user