forked from AuroraMiddleware/gtk
Avoid a compiler warning
This commit is contained in:
parent
6e56d05cbc
commit
1e9c091457
@ -145,7 +145,7 @@ gdk_device_wintab_get_state (GdkDevice *device,
|
||||
}
|
||||
|
||||
if (device_wintab->last_axis_data)
|
||||
_gdk_device_wintab_translate_axes (device, window, axes, NULL, NULL);
|
||||
_gdk_device_wintab_translate_axes (device_wintab, window, axes, NULL, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user