e_presentation_time: remove the e_presentation_time.h file 00/325700/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 12 Jun 2025 11:08:47 +0000 (20:08 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:32 +0000 (15:34 +0900)
Change-Id: Ie80a94db1bee73de21da6f9ae31bd2310ef81758

src/bin/displaymgr/e_hwc_window_intern.h
src/bin/server/e_comp_wl_intern.h
src/bin/server/e_presentation_time_intern.h
src/include/e_includes.h
src/include/e_presentation_time.h [deleted file]
src/include/meson.build

index b16fc857675911c9d9d0149a66501c0ad1cf0044..fb5057028eb47aa7966daf54ae88ed3736b88e4e 100644 (file)
@@ -6,7 +6,7 @@
 #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"
 
index bca69a3caa368d908ca67c1e11166adecdfed1fb..b803d4b78a0fe4c860135093d841c2d7dcce32fe 100644 (file)
@@ -8,7 +8,7 @@
 #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>
 
index 168c8e5d63f1f433ec3865a6d6066faeb657b869..ce945d3588bda52c5c099b9bbfcf0c7a1f4908ae 100644 (file)
@@ -2,9 +2,9 @@
 #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
@@ -13,6 +13,11 @@ 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;
index 41bf1e4e1ab981ad6a11ad710fa0a2039bda4a73..ed4f22befaa6512f2c83c561fbdc60bc389ef0a7 100644 (file)
@@ -25,7 +25,6 @@
 #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"
diff --git a/src/include/e_presentation_time.h b/src/include/e_presentation_time.h
deleted file mode 100644 (file)
index ba88647..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#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
index ca866eccee00955e8412e9149b94d28cca763d40..0c3005ddba2462edf8f1376507ad351ae4443e17 100644 (file)
@@ -33,7 +33,6 @@ install_headers([
   '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',