move the declaration of e_devicemgr_relative_motion symble from e_devicemgr_intern.h
to e_devicemgr_relative_motion_intern.h file
Change-Id: I7d6448502af27bb7d307ab57cf569f16ef2c28d9
EINTERN int e_devicemgr_init(void);
EINTERN int e_devicemgr_shutdown(void);
+EINTERN Eina_Bool e_devicemgr_strcmp(const char *dst, const char *src);
+
EINTERN E_Devicemgr_Intercept_Hook *e_devicemgr_intercept_hook_add(E_Devicemgr_Intercept_Hook_Point hookpoint, E_Devicemgr_Intercept_Hook_Cb func, const void *data);
EINTERN void e_devicemgr_intercept_hook_del(E_Devicemgr_Intercept_Hook *ch);
EINTERN Eina_Bool e_devicemgr_intercept_hook_call(E_Devicemgr_Intercept_Hook_Point hookpoint, void *event);
-EINTERN int e_devicemgr_relative_motion_grab(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface, uint32_t boundary);
-EINTERN int e_devicemgr_relative_motion_ungrab(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface);
-EINTERN Eina_Bool e_devicemgr_relative_motion_is_grabbed(unsigned int boundaries);
-
-EINTERN Eina_Bool e_devicemgr_strcmp(const char *dst, const char *src);
-
#endif
--- /dev/null
+#ifndef E_DEVICEMGR_RELATIVE_MOTION_INTERN_H
+#define E_DEVICEMGR_RELATIVE_MOTION_INTERN_H
+
+#include "e_intern.h"
+#include "e_devicemgr.h"
+
+EINTERN int e_devicemgr_relative_motion_grab(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface, uint32_t boundary);
+EINTERN int e_devicemgr_relative_motion_ungrab(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface);
+EINTERN Eina_Bool e_devicemgr_relative_motion_is_grabbed(unsigned int boundaries);
+
+#endif
#include "ecore_device_ex_intern.h"
#include "e_devicemgr_keyboard_grab_intern.h"
#include "e_devicemgr_input_intern.h"
+#include "e_devicemgr_relative_motion_intern.h"
#include <glib.h>
#include <ctype.h>
#include "e_devicemgr_inputgen_intern.h"
#include "e_devicemgr_keyboard_grab_intern.h"
#include "e_devicemgr_input_intern.h"
+#include "e_devicemgr_relative_motion_intern.h"
#include "e_input_intern.h"
#include "e_comp_wl_intern.h"
#include "e_comp_wl_input_intern.h"