diff --git a/eeshow/gui/input.c b/eeshow/gui/input.c index 1bce70c..45b9474 100644 --- a/eeshow/gui/input.c +++ b/eeshow/gui/input.c @@ -42,7 +42,7 @@ static struct input { } *sp = NULL; static int curr_x, curr_y; /* last mouse position */ -static int clicked_x, clicked_y; /* button down position */ +static double clicked_x, clicked_y; /* button down position */ /* ----- Debugging tools --------------------------------------------------- */