SVN revision: 57580
This commit is contained in:
Carsten Haitzler 2011-03-08 11:48:12 +00:00
parent 3889d7b22c
commit d80e09da23
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ struct _Widget_Data
Eina_Bool scr_minh : 1; Eina_Bool scr_minh : 1;
int walking; int walking;
int movements; int movements;
struct struct {
{
Evas_Coord x, y; Evas_Coord x, y;
} history[SWIPE_MOVES]; } history[SWIPE_MOVES];
Eina_Bool swipe : 1; Eina_Bool swipe : 1;