From 45979829138667698657d59a9b70a73691707d36 Mon Sep 17 00:00:00 2001 From: Sung-Jin Park Date: Thu, 2 Jan 2020 11:25:57 +0900 Subject: [PATCH] pui: declare ecore_wl2 internal APIs as extern APIs Change-Id: I90fe55214fcb9e08f126b3d529d0a66a9301669b Signed-off-by: Sung-Jin Park --- src/PUI.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/PUI.c b/src/PUI.c index b8fbc13..4db7180 100644 --- 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; -- 2.7.4