#include "e_egl_sync_intern.h"
#include "e_view_rect.h"
#include "e_fps_tracker_intern.h"
-#include "e_presentation_time.h"
+#include "e_presentation_time_intern.h"
#include "e_canvas_intern.h"
#include "e_object.h"
#include "e_seat_intern.h"
#include "e_devicemgr_intern.h"
#include "e_dnd_intern.h"
-#include "e_presentation_time.h"
+#include "e_presentation_time_intern.h"
#include <pixman.h>
#define E_PRESENTATION_TIME_INTERN_H
#include "e_intern.h"
-#include "e_presentation_time.h"
typedef struct _E_Presentation_Time E_Presentation_Time;
+typedef struct _E_Presentation_Time_Container E_Presentation_Time_Container;
typedef struct _E_Presentation_Time_Feedback E_Presentation_Time_Feedback;
struct _E_Presentation_Time
clockid_t clock_id;
};
+struct _E_Presentation_Time_Container
+{
+ Eina_List *presentation_feedbacks;
+};
+
struct _E_Presentation_Time_Feedback
{
struct wl_resource *resource;
#include "e_output.h"
#include "e_hwc_windows.h"
#include "e_hwc.h"
-#include "e_presentation_time.h"
#include "e_explicit_sync.h"
#include "e_comp_wl.h"
#include "e_comp_wl_input.h"
+++ /dev/null
-#ifndef E_PRESENTATION_TIME_H
-#define E_PRESENTATION_TIME_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <e_types.h>
-
-typedef struct _E_Presentation_Time_Container E_Presentation_Time_Container;
-
-struct _E_Presentation_Time_Container
-{
- Eina_List *presentation_feedbacks;
-};
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif // E_PRESENTATION_TIME_H
'e_explicit_sync.h',
'e_info_server_input.h',
'e_comp_wl_tbm.h',
- 'e_presentation_time.h',
'e_comp_wl_video_buffer.h',
'e_client_video.h',
'e_zone_video.h',