1
0
Fork 0

x11/barrier: Fix build

We were missing the get_type() function.
This commit is contained in:
Jasper St. Pierre 2015-01-17 17:42:26 -08:00
parent 5f91a62f6f
commit ef32bbdc99

View file

@ -50,6 +50,8 @@ struct _MetaBarrierImplX11Class
MetaBarrierImplClass parent_class;
};
GType meta_barrier_impl_x11_get_type (void) G_GNUC_CONST;
MetaBarrierImpl *meta_barrier_impl_x11_new (MetaBarrier *barrier);
G_END_DECLS