not evas_coord safe! fix.

SVN revision: 9922
This commit is contained in:
Carsten Haitzler 2004-04-27 08:16:18 +00:00
parent f964491ae9
commit 140ea23e3f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ static void calibrate_cb_move(void *data, Evas *e, Evas_Object *obj, void *event
void void
calibrate_pos_set(int pos) calibrate_pos_set(int pos)
{ {
double w, h; Evas_Coord w, h;
int x, y, ow, oh; int x, y, ow, oh;
cal_pos = pos; cal_pos = pos;