backends: Use macros for declaring the backend types
https://bugzilla.gnome.org/show_bug.cgi?id=777732
This commit is contained in:
@ -45,6 +45,11 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
struct _MetaBackendNative
|
||||
{
|
||||
MetaBackend parent;
|
||||
};
|
||||
|
||||
struct _MetaBackendNativePrivate
|
||||
{
|
||||
MetaLauncher *launcher;
|
||||
|
Reference in New Issue
Block a user