weston: Properly namespace modules entrypoint

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Quentin Glidic
2016-12-02 14:21:46 +01:00
parent 3d7ca3b9ea
commit 8af2beccbd
15 changed files with 54 additions and 31 deletions
+2 -2
View File
@@ -4874,8 +4874,8 @@ handle_seat_created(struct wl_listener *listener, void *data)
}
WL_EXPORT int
module_init(struct weston_compositor *ec,
int *argc, char *argv[])
wet_module_init(struct weston_compositor *ec,
int *argc, char *argv[])
{
struct weston_seat *seat;
struct desktop_shell *shell;