e_seat: fix issue of unknown type name 'E_Seat' 42/323942/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 9 May 2025 08:42:27 +0000 (17:42 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 9 May 2025 09:54:51 +0000 (18:54 +0900)
Change-Id: I4ac7e78951c877327a97a7826fa38c7dd0f8c3f8
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/server/e_seat_intern.h
src/include/e_types.h

index 29caaaea712eb6ddc69267a0ce59fff7a83a1e23..85184cf7a71a40a0cc75e22aea06806e636f047c 100644 (file)
@@ -4,7 +4,6 @@
 #include "e_intern.h"
 
 typedef struct _E_Seat_Event_Info E_Seat_Event_Info;
-typedef struct _E_Seat E_Seat;
 
 struct _E_Seat_Event_Info
 {
index 91dc2fee6bd9eb93772f6c888cfe63283a96f8c6..818fae9942b15f7f762181cd23bd48c3bd58649e 100644 (file)
@@ -70,6 +70,7 @@ typedef struct _E_Output                      E_Output;                      //
 typedef struct _E_Comp_Wl_Buffer              E_Comp_Wl_Buffer;              // type of e_comp_wl.h
 typedef struct _E_Comp_Wl_Buffer_Ref          E_Comp_Wl_Buffer_Ref;          // type of e_comp_wl.h
 typedef struct _E_Object                      E_Object;                      // type of e_object.h
+typedef struct _E_Seat                        E_Seat;                        // type of e_seat.h
 
 typedef struct _E_Client_Hook E_Client_Hook;  // type of e_client.h