ecomp_wl & e_comp_wl_input: moved header inclusion to .c file for relative pointer... 61/292061/1
authorSungjin Park <sj76.park@samsung.com>
Thu, 27 Apr 2023 02:13:52 +0000 (11:13 +0900)
committerSungjin Park <sj76.park@samsung.com>
Thu, 27 Apr 2023 02:13:57 +0000 (11:13 +0900)
Change-Id: Ifb289508648b5ff5d269d727deb02d17ba10a457
Signed-off-by: Sungjin Park <sj76.park@samsung.com>
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_comp_wl_input.c

index f531ad786f14761645008cbb52d9ffaa3e8f7e6f..85422ba11a338a9ddb9f6e8deea348698d141b38 100644 (file)
@@ -2,6 +2,9 @@
 #include "e_foreign.h"
 #include <tizen-extension-server-protocol.h>
 
+#include <relative-pointer-unstable-v1-server-protocol.h>
+#include <pointer-constraints-unstable-v1-server-protocol.h>
+
 #include <wayland-tbm-server.h>
 #include <gbm.h>
 #include <Evas_GL.h>
index c002261c30ad055887d32494c6964688384cd3a3..e4620ed707f17b7927e266bb6bbd2b9c617a01d9 100644 (file)
@@ -14,9 +14,6 @@ typedef struct _E_Comp_Wl_Pid_Hook E_Comp_Wl_Pid_Hook;
 
 #  include <xkbcommon/xkbcommon.h>
 
-#  include <relative-pointer-unstable-v1-server-protocol.h>
-#  include <pointer-constraints-unstable-v1-server-protocol.h>
-
 #  ifdef __linux__
 #   include <linux/input.h>
 #  else
index 04b31958a8e7f9d48b1234a309176fb5b25dfc00..442c8fcbb58dd295db7bd3206cacef4cf58cfd2c 100644 (file)
@@ -3,6 +3,9 @@
 #include <sys/mman.h>
 #include <pixman.h>
 
+#include <relative-pointer-unstable-v1-server-protocol.h>
+#include <pointer-constraints-unstable-v1-server-protocol.h>
+
 typedef struct _E_Comp_Wl_Pointer_Constraint E_Comp_Wl_Pointer_Constraint;
 
 typedef enum _E_Comp_Wl_Pointer_Constraint_Type