mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
b9016229c1
Now that this is backend-only api, we can just drop unused arguments.
10 lines
395 B
C
10 lines
395 B
C
#ifndef __GDK_DEVICE_XI2_PRIVATE_H__
|
|
#define __GDK_DEVICE_XI2_PRIVATE_H__
|
|
|
|
void gdk_x11_device_xi2_query_state (GdkDevice *device,
|
|
GdkSurface *surface,
|
|
double *win_x,
|
|
double *win_y,
|
|
GdkModifierType *mask);
|
|
#endif
|