ecore_wl2: fix declaration mistake 80/259280/1
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 4 Jun 2021 01:51:09 +0000 (10:51 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Fri, 4 Jun 2021 01:51:09 +0000 (10:51 +0900)
It should be ecore_wl2_subsureface_exported_surface_commit
ecore_wl2_subsurface_exported_surface_ is prefix for foreing shell
related API family.

Change-Id: I40a8f5a28503019720c471a050a0a55ce35ee4b6

src/lib/ecore_wl2/Ecore_Wl2.h

index 32ec5d9..2c725c3 100644 (file)
@@ -3437,7 +3437,7 @@ EAPI void ecore_wl2_subsurface_exported_surface_sync_set(Ecore_Wl2_Subsurface *s
  * @ingroup Ecore_Wl2_Subsurface_Group
  * @since_tizen 6.5
  */
-EAPI void ecore_wl2_subsurface_exported_shell_commit(Ecore_Wl2_Subsurface *subsurface);
+EAPI void ecore_wl2_subsurface_exported_surface_commit(Ecore_Wl2_Subsurface *subsurface);
 //
 # undef EAPI
 # define EAPI