From 5c7ee3a483f1fc59b60da0e8fafb33681bab507d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 20 Mar 2018 22:30:04 +0100 Subject: gdk: Remove unused count member from GdkEventExpose --- gdk/gdkeventsprivate.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdk/gdkeventsprivate.h') diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h index b664f2706c..93f872ce22 100644 --- a/gdk/gdkeventsprivate.h +++ b/gdk/gdkeventsprivate.h @@ -70,10 +70,6 @@ struct _GdkEventAny * @send_event: %TRUE if the event was sent explicitly. * @area: bounding box of @region. * @region: the region that needs to be redrawn. - * @count: the number of contiguous %GDK_EXPOSE events following this one. - * The only use for this is “exposure compression”, i.e. handling all - * contiguous %GDK_EXPOSE events in one go, though GDK performs some - * exposure compression so this is not normally needed. * * Generated when all or part of a surface becomes visible and needs to be * redrawn. @@ -83,7 +79,6 @@ struct _GdkEventExpose GdkEventAny any; GdkRectangle area; cairo_region_t *region; - gint count; /* If non-zero, how many more events follow. */ }; /* -- cgit v1.2.1