summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_active_view_view_manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elementary/efl_ui_active_view_view_manager.c')
-rw-r--r--src/lib/elementary/efl_ui_active_view_view_manager.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/elementary/efl_ui_active_view_view_manager.c b/src/lib/elementary/efl_ui_active_view_view_manager.c
new file mode 100644
index 0000000000..e66cd136a4
--- /dev/null
+++ b/src/lib/elementary/efl_ui_active_view_view_manager.c
@@ -0,0 +1,15 @@
+#ifdef HAVE_CONFIG_H
+# include "elementary_config.h"
+#endif
+
+#define EFL_PACK_LAYOUT_PROTECTED
+
+#include <Elementary.h>
+#include "elm_priv.h"
+
+typedef struct {
+
+} Efl_Ui_Active_View_View_Manager_Data;
+
+
+#include "efl_ui_active_view_view_manager.eo.c"