summaryrefslogtreecommitdiff
path: root/src/lib/elementary/efl_ui_active_view_indicator.c
blob: 3d227f4d1635ac15d686b1d7166f84f8e9af166f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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_Indicator_Data;


#include "efl_ui_active_view_indicator.eo.c"