1#ifndef __GDK_DEVICE_WAYLAND_PRIVATE_H__
2#define __GDK_DEVICE_WAYLAND_PRIVATE_H__
3
4#include "gdkwaylanddevice.h"
5
6void gdk_wayland_device_query_state (GdkDevice *device,
7 GdkSurface *surface,
8 double *win_x,
9 double *win_y,
10 GdkModifierType *mask);
11
12void gdk_wayland_device_pad_set_feedback (GdkDevice *device,
13 GdkDevicePadFeature feature,
14 guint feature_idx,
15 const char *label);
16
17#endif
18

source code of gtk/gdk/wayland/gdkdevice-wayland-private.h