backends: Move most of the code from meta_backend_init into the subclasses

This commit is contained in:
Jasper St. Pierre
2014-04-21 19:47:04 -04:00
parent 31d744195d
commit 48dc544bef
6 changed files with 77 additions and 69 deletions

View File

@ -49,4 +49,6 @@ struct _MetaBackendNativeClass
GType meta_backend_native_get_type (void) G_GNUC_CONST;
gboolean meta_activate_vt (int vt, GError **error);
#endif /* META_BACKEND_NATIVE_H */