mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
x11/barrier: Fix build
We were missing the get_type() function.
This commit is contained in:
parent
5f91a62f6f
commit
ef32bbdc99
@ -50,6 +50,8 @@ struct _MetaBarrierImplX11Class
|
|||||||
MetaBarrierImplClass parent_class;
|
MetaBarrierImplClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
GType meta_barrier_impl_x11_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
MetaBarrierImpl *meta_barrier_impl_x11_new (MetaBarrier *barrier);
|
MetaBarrierImpl *meta_barrier_impl_x11_new (MetaBarrier *barrier);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user