[gtk/event-recorder] Cosmetrics: Remove mention of a nonexisting type



commit 56532a505d02aa21ae4fc66edc6db6079e1c9c17
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 14 23:42:14 2021 -0500

    Cosmetrics: Remove mention of a nonexisting type
    
    No such thing as GdkScrollHistory.

 gdk/gdkeventsprivate.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkeventsprivate.h b/gdk/gdkeventsprivate.h
index 5e81e16d57..ab5893c22a 100644
--- a/gdk/gdkeventsprivate.h
+++ b/gdk/gdkeventsprivate.h
@@ -209,7 +209,7 @@ struct _GdkTouchEvent
  * @pointer_emulated: whether the scroll event was the result of
  *   a pointer emulation
  * @tool: a `GdkDeviceTool`
- * @history: (element-type GdkScrollHistory): array of times and deltas
+ * @history: (element-type GdkTimeCoord): array of times and deltas
  *   for other scroll events that were compressed before delivering the
  *   current event
  *
@@ -233,7 +233,7 @@ struct _GdkScrollEvent
   gboolean pointer_emulated;
   gboolean is_stop;
   GdkDeviceTool *tool;
-  GArray *history; /* <GdkScrollHistory> */
+  GArray *history; /* <GdkTimeCoord> */
 };
 
 /*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]