From: Seunghun Lee Date: Mon, 11 Sep 2023 06:41:40 +0000 (+0900) Subject: xdg_shell_v6: Add missing WL_EXPORT X-Git-Tag: accepted/tizen/8.0/unified/20231005.094156~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5e2de197a65e2db01fd3d773b9f3cab68aad14a;p=platform%2Fcore%2Fuifw%2Flibds.git xdg_shell_v6: Add missing WL_EXPORT Change-Id: If864f2c0175934b7c4639b5dff2f3941db3cd169 --- diff --git a/src/xdg_shell_v6/xdg_surface_v6.c b/src/xdg_shell_v6/xdg_surface_v6.c index 13c699a..c9746be 100644 --- a/src/xdg_shell_v6/xdg_surface_v6.c +++ b/src/xdg_shell_v6/xdg_surface_v6.c @@ -211,7 +211,7 @@ ds_xdg_surface_v6_schedule_configure(struct ds_xdg_surface_v6 *surface) return surface->scheduled_serial; } -void +WL_EXPORT void ds_xdg_surface_v6_ping(struct ds_xdg_surface_v6 *surface) { struct wl_display *display;