egl: Rename backend constructor function

Otherwise the build will fail.
This commit is contained in:
Emmanuele Bassi 2015-12-11 16:23:09 +00:00
parent 7501f3b4f9
commit a774ff5a09

View File

@ -68,7 +68,7 @@ struct _ClutterBackendEglNativeClass
GType clutter_backend_egl_native_get_type (void) G_GNUC_CONST;
ClutterBackend *clutter_backend_egl_new (void);
ClutterBackend *clutter_backend_egl_native_new (void);
G_END_DECLS