efl/src/lib/elementary/efl_ui_spotlight_indicator.c

16 lines
241 B
C

#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_Spotlight_Indicator_Data;
#include "efl_ui_spotlight_indicator.eo.c"