summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-07-15 07:29:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-07-15 08:13:12 -0400
commitc71757dd704949902c4b3d983c36c80afdb02681 (patch)
tree92edcd1b501b9d0126b7958d87d5c3242638502d /gdk/gdkevents.h
parent8aeef172e827b017b7c34d77b206899140d185bc (diff)
downloadgtk+-c71757dd704949902c4b3d983c36c80afdb02681.tar.gz
gdk: Drop GdkEventConfigurewip/matthiasc/kill-configure-event
This is no longer used.
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r--gdk/gdkevents.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index f496502ad2..b1ef21fc5f 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -112,7 +112,6 @@ typedef struct _GdkEventScroll GdkEventScroll;
typedef struct _GdkEventKey GdkEventKey;
typedef struct _GdkEventFocus GdkEventFocus;
typedef struct _GdkEventCrossing GdkEventCrossing;
-typedef struct _GdkEventConfigure GdkEventConfigure;
typedef struct _GdkEventProximity GdkEventProximity;
typedef struct _GdkEventDND GdkEventDND;
typedef struct _GdkEventSetting GdkEventSetting;
@@ -155,8 +154,6 @@ typedef void (*GdkEventFunc) (GdkEvent *event,
* @GDK_ENTER_NOTIFY: the pointer has entered the surface.
* @GDK_LEAVE_NOTIFY: the pointer has left the surface.
* @GDK_FOCUS_CHANGE: the keyboard focus has entered or left the surface.
- * @GDK_CONFIGURE: the size, position or stacking order of the surface has changed.
- * Note that GTK+ discards these events for %GDK_SURFACE_CHILD surfaces.
* @GDK_MAP: the surface has been mapped.
* @GDK_UNMAP: the surface has been unmapped.
* @GDK_PROXIMITY_IN: an input device has moved into contact with a sensing
@@ -215,7 +212,6 @@ typedef enum
GDK_ENTER_NOTIFY,
GDK_LEAVE_NOTIFY,
GDK_FOCUS_CHANGE,
- GDK_CONFIGURE,
GDK_MAP,
GDK_UNMAP,
GDK_PROXIMITY_IN,