wayland: Have a consistent _init pattern for subcomponents

This commit is contained in:
Jasper St. Pierre
2014-04-22 18:05:44 -04:00
parent eaf85ddec9
commit 88040d6b8a
7 changed files with 30 additions and 27 deletions

View File

@ -112,7 +112,7 @@ struct _MetaWaylandSurface
MetaWaylandPendingState pending;
};
void meta_wayland_init_shell (MetaWaylandCompositor *compositor);
void meta_wayland_shell_init (MetaWaylandCompositor *compositor);
MetaWaylandSurface *meta_wayland_surface_create (MetaWaylandCompositor *compositor,
struct wl_client *client,