diff options
Diffstat (limited to 'gdk/gdkeventsprivate.h')
-rw-r--r-- | gdk/gdkeventsprivate.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h index ee3beace23..21f3518fbd 100644 --- a/gdk/gdkeventsprivate.h +++ b/gdk/gdkeventsprivate.h @@ -64,23 +64,6 @@ struct _GdkEventAny }; /* - * GdkEventExpose: - * @type: the type of the event (%GDK_EXPOSE) - * @surface: the surface which received the event. - * @send_event: %TRUE if the event was sent explicitly. - * @area: bounding box of @region. - * @region: the region that needs to be redrawn. - * - * Generated when all or part of a surface becomes visible and needs to be - * redrawn. - */ -struct _GdkEventExpose -{ - GdkEventAny any; - cairo_region_t *region; -}; - -/* * GdkEventMotion: * @type: the type of the event. * @surface: the surface which received the event. @@ -573,7 +556,6 @@ struct _GdkEventPadGroupMode { * GdkEvent: * @type: the #GdkEventType * @any: a #GdkEventAny - * @expose: a #GdkEventExpose * @motion: a #GdkEventMotion * @button: a #GdkEventButton * @touch: a #GdkEventTouch @@ -624,7 +606,6 @@ struct _GdkEventPadGroupMode { union _GdkEvent { GdkEventAny any; - GdkEventExpose expose; GdkEventMotion motion; GdkEventButton button; GdkEventTouch touch; |