commit | 6c709a3e4ff7dd6adb8ab65f8e9fa4d28274641b | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri May 06 14:52:41 2011 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri May 06 14:52:41 2011 -0400 |
tree | da0759256bd6d73526a9f76202090c0aaa8f8466 | |
parent | bbefb136d19663b507eead2f575e4bc3d272183c [diff] [blame] |
Fix warnings and symbol visibility from missing CFLAGS
diff --git a/compositor/shell.c b/compositor/shell.c index 1dc2427..ab6218b 100644 --- a/compositor/shell.c +++ b/compositor/shell.c
@@ -733,6 +733,9 @@ { } +int +shell_init(struct wlsc_compositor *ec); + WL_EXPORT int shell_init(struct wlsc_compositor *ec) {