entrance: reorganize struct, and remove display_area. Never used

This commit is contained in:
Michael Bouchaud 2014-05-05 18:27:39 +00:00
parent 5defc8b525
commit 815d47760a
1 changed files with 2 additions and 3 deletions

View File

@ -2,18 +2,17 @@
typedef struct Entrance_Int_Conf_Main_
{
Entrance_Fill *elm_profile_fill;
struct
{
Evas_Object *preview;
const char *path;
const char *group;
} bg;
Evas_Object *display_area;
const char *theme;
const char *elm_profile;
Entrance_Fill *elm_profile_fill;
Eina_Bool vkbd_enabled : 1;
double scale;
Eina_Bool vkbd_enabled : 1;
Eina_Bool update : 1;
} Entrance_Int_Conf_Main;