forked from AuroraMiddleware/gtk
07ef594be1
Just call the backend implementation directly.
15 lines
480 B
C
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
|