broadway: Don't use deprecated API

This commit is contained in:
Benjamin Otte 2013-04-01 15:38:04 +02:00
parent 225dec6940
commit dc132a9895

View File

@ -116,7 +116,7 @@ gdk_broadway_device_get_state (GdkDevice *device,
{
gint x_int, y_int;
gdk_window_get_pointer (window, &x_int, &y_int, mask);
gdk_window_get_device_position (window, device, &x_int, &y_int, mask);
if (axes)
{