GdkDisplay: Remove unused GdkKeyboardGrabInfo struct

I can't find anything that uses this struct and it seems to be replaced by GdkDeviceGrabInfo
This commit is contained in:
Robert Ancell 2014-06-09 14:17:39 +12:00
parent d1dd33d885
commit b95a6c7c62

View File

@ -31,17 +31,7 @@ G_BEGIN_DECLS
typedef struct _GdkDisplayClass GdkDisplayClass;
/* Tracks information about the keyboard grab on this display */
typedef struct
{
GdkWindow *window;
GdkWindow *native_window;
gulong serial;
gboolean owner_events;
guint32 time;
} GdkKeyboardGrabInfo;
/* Tracks information about the pointer grab on this display */
/* Tracks information about the device grab on this display */
typedef struct
{
GdkWindow *window;