forked from AuroraMiddleware/gtk
broadway: Don't use deprecated API
This commit is contained in:
parent
225dec6940
commit
dc132a9895
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user