gtk2/gdk/wayland/gdkdevice-wayland-private.h
Matthias Clasen 07ef594be1 wayland: Stop using the query_state vfunc
Just call the backend implementation directly.
2020-08-28 18:45:01 +02:00

15 lines
480 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,
GdkSurface **child_surface,
double *win_x,
double *win_y,
GdkModifierType *mask);
#endif