forked from AuroraMiddleware/gtk
win32: fix invalid cast
This commit is contained in:
parent
2090e37ffb
commit
2cd09a6653
@ -679,7 +679,7 @@ gdk_input_translate_coordinates (GdkDevicePrivate *gdkdev,
|
||||
double device_width, device_height;
|
||||
double x_offset, y_offset, x_scale, y_scale;
|
||||
|
||||
window_object = GDK_WINDOW_OBJECT (input_window);
|
||||
window_object = GDK_WINDOW_OBJECT (input_window->window);
|
||||
|
||||
for (i=0; i<gdkdev->info.num_axes; i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user