#include "e_devicemgr_intern.h"
+#include "e_devicemgr_input_intern.h"
#include "e_server_intern.h"
#include "e_comp_intern.h"
-#include "e_devicemgr_intern.h"
+#include "e_devicemgr_input_intern.h"
#include "e_devicemgr_inputgen_intern.h"
+#include "e_devicemgr_intern.h"
#include "e_keyrouter_intern.h"
#include "e_input_intern.h"
#include "e_input_event.h"
--- /dev/null
+#ifndef E_DEVICEMGR_INPUT_INTERN_H
+#define E_DEVICEMGR_INPUT_INTERN_H
+
+#include "e_intern.h"
+#include "e_devicemgr.h"
+
+#define DETENT_DEVICE_NAME "tizen_detent"
+
+EINTERN Eina_Bool e_devicemgr_input_init(void);
+EINTERN void e_devicemgr_input_shutdown(void);
+
+EINTERN int e_devicemgr_input_pointer_warp(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface, wl_fixed_t x, wl_fixed_t y);
+
+EINTERN Eina_Bool e_devicemgr_detent_is_detent(const char *name);
+
+#endif
#include "e_devicemgr_inputgen_intern.h"
+#include "e_devicemgr_input_intern.h"
#include "e_devicemgr_intern.h"
#include "e_keyrouter_intern.h"
#include "e_input_evdev_intern.h"
#define TRACE_INPUT_DEVICE_END()
#endif
-#define DETENT_DEVICE_NAME "tizen_detent"
-
struct _E_Devicemgr_Conf_Edd
{
struct
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 Eina_Bool e_devicemgr_detent_is_detent(const char *name);
-
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);
-EINTERN int e_devicemgr_input_pointer_warp(struct wl_client *client, struct wl_resource *resource, struct wl_resource *surface, wl_fixed_t x, wl_fixed_t y);
-
-EINTERN Eina_Bool e_devicemgr_input_init(void);
-EINTERN void e_devicemgr_input_shutdown(void);
-
-
#endif
#include "e_devicemgr_intern.h"
+#include "e_devicemgr_input_intern.h"
#include "e_input_intern.h"
#include "e_input_log.h"
#include "e_input_evdev_intern.h"
#include "e_input_seat_intern.h"
#include "ecore_device_ex_intern.h"
#include "e_devicemgr_keyboard_grab_intern.h"
+#include "e_devicemgr_input_intern.h"
#include <glib.h>
#include <ctype.h>
#include "e_devicemgr_block_intern.h"
#include "e_devicemgr_inputgen_intern.h"
#include "e_devicemgr_keyboard_grab_intern.h"
+#include "e_devicemgr_input_intern.h"
#include "e_input_intern.h"
#include "e_comp_wl_intern.h"
#include "e_comp_wl_input_intern.h"