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_ typedef struct Entrance_Int_Conf_Main_
{ {
Entrance_Fill *elm_profile_fill;
struct struct
{ {
Evas_Object *preview; Evas_Object *preview;
const char *path; const char *path;
const char *group; const char *group;
} bg; } bg;
Evas_Object *display_area;
const char *theme; const char *theme;
const char *elm_profile; const char *elm_profile;
Entrance_Fill *elm_profile_fill;
Eina_Bool vkbd_enabled : 1;
double scale; double scale;
Eina_Bool vkbd_enabled : 1;
Eina_Bool update : 1; Eina_Bool update : 1;
} Entrance_Int_Conf_Main; } Entrance_Int_Conf_Main;