From bc3f1cfc43d9882b48063e8bb86685f8bf8bfb63 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 7 Aug 2000 18:21:18 +0000 Subject: [PATCH] Store mouse coords as doubles not ints... Store mouse coords as doubles not ints... --- gdk/linux-fb/gdkinput-ps2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/linux-fb/gdkinput-ps2.c b/gdk/linux-fb/gdkinput-ps2.c index bfce523819..03f40bcd3b 100644 --- a/gdk/linux-fb/gdkinput-ps2.c +++ b/gdk/linux-fb/gdkinput-ps2.c @@ -45,7 +45,7 @@ typedef struct { gint fd, fd_tag; - gint x, y; + gdouble x, y; GdkWindow *prev_window; gboolean button1_pressed, button2_pressed, button3_pressed; gboolean click_grab;