gtk2/gdk/wayland/gdkdevice-wayland-private.h
Matthias Clasen 0d82fcf76f wayland: Drop unused argument from query_state
Now that this is backend-only api, we can just
drop unused arguments.
2020-08-26 17:56:41 -04:00

14 lines
415 B
C

#ifndef __GDK_DEVICE_WAYLAND_PRIVATE_H__
#define __GDK_DEVICE_WAYLAND_PRIVATE_H__
#include "gdkwaylanddevice.h"
void
gdk_wayland_device_query_state (GdkDevice *device,
GdkSurface *surface,
double *win_x,
double *win_y,
GdkModifierType *mask);
#endif