backends: Use macros for declaring the backend types

https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
Jonas Ådahl
2016-11-30 18:46:20 +08:00
parent d644993a74
commit f5b2d79f3b
5 changed files with 18 additions and 53 deletions

View File

@ -45,6 +45,11 @@
#include <stdlib.h>
struct _MetaBackendNative
{
MetaBackend parent;
};
struct _MetaBackendNativePrivate
{
MetaLauncher *launcher;