summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdevice-xi2-private.h
blob: c9f6bef357c008f57f5d4399bdaf7566d4eb0f02 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __GDK_DEVICE_XI2_PRIVATE_H__
#define __GDK_DEVICE_XI2_PRIVATE_H__

void gdk_x11_device_xi2_query_state (GdkDevice        *device,
                                     GdkSurface        *surface,
                                     GdkSurface       **child_surface,
                                     double           *win_x,
                                     double           *win_y,
                                     GdkModifierType  *mask);
#endif