Store mouse coords as doubles not ints...
Store mouse coords as doubles not ints...
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user