summaryrefslogtreecommitdiff
path: root/gdk/gdkeventsprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2017-12-14 03:01:59 +0100
committerBenjamin Otte <otte@redhat.com>2017-12-14 03:05:34 +0100
commitf2bb2024c87dae1ce655154fb5bea0eb07cef48c (patch)
treeadd8c53a1633c0cf6d7ec67d7e6b3db2d9c33aab /gdk/gdkeventsprivate.h
parent82aa0eacb267d2b21a676ecfc477a4bf8fbd8637 (diff)
downloadgtk+-f2bb2024c87dae1ce655154fb5bea0eb07cef48c.tar.gz
gdk: Remove properties
They are not used anymore. Gone with them are PropertyNotify events.
Diffstat (limited to 'gdk/gdkeventsprivate.h')
-rw-r--r--gdk/gdkeventsprivate.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h
index b9fc789b81..feb6346292 100644
--- a/gdk/gdkeventsprivate.h
+++ b/gdk/gdkeventsprivate.h
@@ -381,26 +381,6 @@ struct _GdkEventConfigure
};
/**
- * GdkEventProperty:
- * @type: the type of the event (%GDK_PROPERTY_NOTIFY).
- * @window: the window which received the event.
- * @send_event: %TRUE if the event was sent explicitly.
- * @atom: the property that was changed.
- * @time: the time of the event in milliseconds.
- * @state: (type GdkPropertyState): whether the property was changed
- * (%GDK_PROPERTY_NEW_VALUE) or deleted (%GDK_PROPERTY_DELETE).
- *
- * Describes a property change on a window.
- */
-struct _GdkEventProperty
-{
- GdkEventAny any;
- GdkAtom atom;
- guint32 time;
- guint state;
-};
-
-/**
* GdkEventProximity:
* @type: the type of the event (%GDK_PROXIMITY_IN or %GDK_PROXIMITY_OUT).
* @window: the window which received the event.
@@ -658,7 +638,6 @@ struct _GdkEventPadGroupMode {
* @crossing: a #GdkEventCrossing
* @focus_change: a #GdkEventFocus
* @configure: a #GdkEventConfigure
- * @property: a #GdkEventProperty
* @proximity: a #GdkEventProximity
* @dnd: a #GdkEventDND
* @window_state: a #GdkEventWindowState
@@ -712,7 +691,6 @@ union _GdkEvent
GdkEventCrossing crossing;
GdkEventFocus focus_change;
GdkEventConfigure configure;
- GdkEventProperty property;
GdkEventProximity proximity;
GdkEventDND dnd;
GdkEventWindowState window_state;