pui: declare ecore_wl2 internal APIs as extern APIs 77/221377/1 tizen_5.5_tv accepted/tizen/5.5/unified/20200102.110153 submit/tizen_5.5/20200102.024007
authorSung-Jin Park <sj76.park@samsung.com>
Thu, 2 Jan 2020 02:25:57 +0000 (11:25 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 2 Jan 2020 02:36:37 +0000 (02:36 +0000)
Change-Id: I90fe55214fcb9e08f126b3d529d0a66a9301669b
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/PUI.c

index b8fbc13..4db7180 100644 (file)
--- a/src/PUI.c
+++ b/src/PUI.c
@@ -36,6 +36,9 @@
 #define PUI_MODULE_DIR "/usr/lib"
 #endif
 
+extern EAPI void ecore_wl2_window_buffer_attach(Ecore_Wl2_Window *win, void *buffer, int x, int y, Eina_Bool implicit);
+extern EAPI void ecore_wl2_window_damage(Ecore_Wl2_Window *window, Eina_Rectangle *rects, unsigned int count);
+
 static int _pui_init_count = 0;
 static pui_module_data *pui_module = NULL;