x11/barrier: Fix build
We were missing the get_type() function.
This commit is contained in:
parent
5f91a62f6f
commit
ef32bbdc99
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue