X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fshell.c;fp=src%2Fshell.c;h=f059de6408a49ee092a9495c4b16a230d5496437;hb=9c605257e22e0f28939c6b679324488b2719999d;hp=2ecf4c0d602b412bcc35d5044b69bba889ff1521;hpb=16ab9c3ba0e226f384e88be67a306c8cb7cf635b;p=src%2Fagl-compositor.git diff --git a/src/shell.c b/src/shell.c index 2ecf4c0..f059de6 100644 --- a/src/shell.c +++ b/src/shell.c @@ -107,6 +107,7 @@ ivi_set_desktop_surface_fullscreen(struct ivi_surface *surface) agl_shell_desktop_advertise_application_id(ivi, surface); } +#ifdef HAVE_WALTHAM void ivi_destroy_waltham_destroy(struct ivi_surface *surface) { @@ -177,6 +178,17 @@ ivi_output_notify_waltham_plugin(struct ivi_surface *surface) api->surface_push_to_remote(weston_surface, app_id, trans_remote, NULL); } +#else +void +ivi_destroy_waltham_destroy(struct ivi_surface *surface) +{ +} +static void +ivi_output_notify_waltham_plugin(struct ivi_surface *surface) +{ +} +#endif + static void ivi_set_desktop_surface_remote(struct ivi_surface *surface) {