summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdevice-xi2-private.h
blob: 1ca4dc033d1a29d386aafe1552baf11d3484dbc1 (plain)
1
2
3
4
5
6
7
8
9
#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