summaryrefslogtreecommitdiff
path: root/gdk/gdkeventsprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-12-14 22:23:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-12-14 22:24:06 -0500
commit11a946df39f29b3cc0ce902c0c3b49abede1ead4 (patch)
treeb204128258b77023622eaa8f726bb6013a2a7255 /gdk/gdkeventsprivate.h
parenta4a2ecb21a1b3a30cbd4e6ee4845bc3786458dcd (diff)
downloadgtk+-11a946df39f29b3cc0ce902c0c3b49abede1ead4.tar.gz
gdk: Drop GdkEventWindowState
No longer generate this event. Instead, emit change notification for GdkWindow::state.
Diffstat (limited to 'gdk/gdkeventsprivate.h')
-rw-r--r--gdk/gdkeventsprivate.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h
index feb6346292..4e6e438f86 100644
--- a/gdk/gdkeventsprivate.h
+++ b/gdk/gdkeventsprivate.h
@@ -406,24 +406,6 @@ struct _GdkEventProximity
};
/**
- * GdkEventWindowState:
- * @type: the type of the event (%GDK_WINDOW_STATE).
- * @window: the window which received the event.
- * @send_event: %TRUE if the event was sent explicitly.
- * @changed_mask: mask specifying what flags have changed.
- * @new_window_state: the new window state, a combination of
- * #GdkWindowState bits.
- *
- * Generated when the state of a toplevel window changes.
- */
-struct _GdkEventWindowState
-{
- GdkEventAny any;
- GdkWindowState changed_mask;
- GdkWindowState new_window_state;
-};
-
-/**
* GdkEventGrabBroken:
* @type: the type of the event (%GDK_GRAB_BROKEN)
* @window: the window which received the event, i.e. the window
@@ -640,7 +622,6 @@ struct _GdkEventPadGroupMode {
* @configure: a #GdkEventConfigure
* @proximity: a #GdkEventProximity
* @dnd: a #GdkEventDND
- * @window_state: a #GdkEventWindowState
* @grab_broken: a #GdkEventGrabBroken
* @touchpad_swipe: a #GdkEventTouchpadSwipe
* @touchpad_pinch: a #GdkEventTouchpadPinch
@@ -693,7 +674,6 @@ union _GdkEvent
GdkEventConfigure configure;
GdkEventProximity proximity;
GdkEventDND dnd;
- GdkEventWindowState window_state;
GdkEventGrabBroken grab_broken;
GdkEventTouchpadSwipe touchpad_swipe;
GdkEventTouchpadPinch touchpad_pinch;