e_mouse: change E_API to EINTERN 11/293711/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 2 Jun 2023 00:32:37 +0000 (09:32 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 2 Jun 2023 06:45:07 +0000 (15:45 +0900)
Change-Id: Idfd4f51a836f8ff78191d748dc543c632774b870

src/bin/e_mouse.c
src/bin/e_mouse.h

index 23f969dbea1aa6b3f4a5f5eb4bcfda189833996a..3a747bf71003380aec2128deca547dc52bd18d1b 100644 (file)
@@ -1,6 +1,6 @@
 #include "e.h"
 
-E_API int
+EINTERN int
 e_mouse_update(void)
 {
    const Eina_List *list, *l;
index f86c0b24301d89d4a297f4659a0824e81108f9f3..178fe29d417579959524b2ce8cc7b55c8811b854 100644 (file)
@@ -10,7 +10,7 @@ typedef enum _E_Mouse_Hand
 #ifndef E_MOUSE_H
 #define E_MOUSE_H
 
-E_API int e_mouse_update(void);
+EINTERN int e_mouse_update(void);
 
 #endif
 #endif