e_dnd: remove the e_dnd.h file 83/325683/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 11 Jun 2025 11:41:17 +0000 (20:41 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:31 +0000 (15:34 +0900)
Change-Id: I49809a46cd9e1f105b4f2596060dc7859d2b058a

src/bin/windowmgr/e_dnd_intern.h
src/include/e_dnd.h [deleted file]
src/include/e_includes.h
src/include/meson.build

index 0a4e77008d25a5a653f18150628d0cc20f91fdf6..5166736f0aa3e4872cbab66206e9a664165ef1c6 100644 (file)
@@ -2,7 +2,6 @@
 #define E_DND_INTERN_H
 
 #include "e_intern.h"
-#include "e_dnd.h"
 #include "e_view_intern.h"
 #include "e_view_rect.h"
 #include "e_view_edje_intern.h"
@@ -10,6 +9,7 @@
 
 #define E_DRAG_TYPE 0xE0b0100f
 
+typedef struct _E_Drag          E_Drag;
 typedef struct _E_Drag_Hook     E_Drag_Hook;
 
 typedef enum _E_Drag_Hook_Point
diff --git a/src/include/e_dnd.h b/src/include/e_dnd.h
deleted file mode 100644 (file)
index 3f318e7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef E_DND_H
-#define E_DND_H
-
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
-#include <e_types.h>
-
-typedef struct _E_Drag          E_Drag;
-
-#ifdef  __cplusplus
-}
-#endif
-
-#endif
index 2beab686584bcd09dc891c56631d5ec227bd4dfa..76d4f3598a38aca1c167c2e0dea34739d00be8b9 100644 (file)
@@ -13,7 +13,6 @@
 #include "e_module.h"
 #include "e_layout.h"
 #include "e_theme.h"
-#include "e_dnd.h"
 #include "e_info_server.h"
 #include "e_info_server_input.h"
 #include "e_prefix.h"
index 202e967a047320484b6b3677c7e295781cade419..77ff99be62a163ad93b386b175517da258c5597c 100644 (file)
@@ -8,7 +8,6 @@ install_headers([
   'e_config.h',
   'e_desk.h',
   'e_desk_area.h',
-  'e_dnd.h',
   'e_focus.h',
   'e.h',
   'e_hints.h',