Store mouse coords as doubles not ints...

Store mouse coords as doubles not ints...
This commit is contained in:
Elliot Lee
2000-08-07 18:21:18 +00:00
parent 73f441ccbb
commit bc3f1cfc43

View File

@ -45,7 +45,7 @@
typedef struct { typedef struct {
gint fd, fd_tag; gint fd, fd_tag;
gint x, y; gdouble x, y;
GdkWindow *prev_window; GdkWindow *prev_window;
gboolean button1_pressed, button2_pressed, button3_pressed; gboolean button1_pressed, button2_pressed, button3_pressed;
gboolean click_grab; gboolean click_grab;