return priv->virtual_touch.threshold;
}
-E_API E_Hwc_Window *
+E_API void *
e_client_hwc_window_get(E_Client *ec)
{
if (!ec) return NULL;
#include "e_pointer_intern.h"
#include "e_desk_intern.h"
#include "e_zone_intern.h"
+#include "e_hwc_window_intern.h"
#include <wayland-server.h>
#include "e_hwc.h"
#include "e_fps_tracker_intern.h"
+typedef struct _E_Hwc_Window E_Hwc_Window;
typedef struct _E_Hwc_Window_Buffer E_Hwc_Window_Buffer;
typedef struct _E_Hwc_Window_Target E_Hwc_Window_Target;
typedef struct _E_Hwc_Window_Update_Data E_Hwc_Window_Update_Data;
#include <e_pixmap.h>
#include <e_view_client.h>
#include <e_util_transform.h>
-#include <e_hwc_window.h>
#include <uuid.h>
#include <Ecore.h>
E_API void e_client_vkbd_vkbd_set(E_Client *ec, Eina_Bool set);
E_API Eina_Bool e_client_vkbd_vkbd_get(E_Client *ec);
-E_API E_Hwc_Window *e_client_hwc_window_get(E_Client *ec);
+E_API void *e_client_hwc_window_get(E_Client *ec);
E_API void e_client_launch_real_done_event_send(E_Client *ec);
/////////////////////////////////////////////////////////
#endif
#include <e_types.h>
-#include <e_hwc_window.h>
#include <tdm.h>
+++ /dev/null
-#ifndef E_HWC_WINDOW_H
-#define E_HWC_WINDOW_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-typedef struct _E_Hwc_Window E_Hwc_Window;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // E_HWC_WINDOW_H
#include "e_hints.h"
#include "e_output.h"
#include "e_hwc_windows.h"
-#include "e_hwc_window.h"
#include "e_hwc.h"
#include "e_presentation_time.h"
#include "e_explicit_sync.h"
'e_comp_wl.h',
'e_hwc.h',
'e_hwc_windows.h',
- 'e_hwc_window.h',
'e_explicit_sync.h',
'e_info_server_input.h',
'e_comp_wl_tbm.h',