elementary external slider: wasn not an int but an Evas_Coord...to be precise :)

SVN revision: 83925
This commit is contained in:
Davide Andreoli 2013-02-14 21:21:05 +00:00
parent 9005263ee8
commit 6dc1294f60
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ typedef struct _Elm_Params_Slider
Evas_Object *icon;
const char *indicator, *unit;
double min, max, value;
int span;
Evas_Coord span;
Eina_Bool min_exists:1;
Eina_Bool max_exists:1;
Eina_Bool value_exists:1;