xdg_shell_v6: Add missing WL_EXPORT 33/298733/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 11 Sep 2023 06:41:40 +0000 (15:41 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 13 Sep 2023 05:24:55 +0000 (14:24 +0900)
Change-Id: If864f2c0175934b7c4639b5dff2f3941db3cd169

src/xdg_shell_v6/xdg_surface_v6.c

index 13c699a..c9746be 100644 (file)
@@ -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;