Cosmetrics: Remove mention of a nonexisting type
authorMatthias Clasen <mclasen@redhat.com>
Wed, 15 Dec 2021 04:42:14 +0000 (23:42 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 15 Dec 2021 04:42:35 +0000 (23:42 -0500)
No such thing as GdkScrollHistory.

gdk/gdkeventsprivate.h

index 5e81e16d5758863a024621cc4f5c6107d08f7775..ab5893c22aef10454dee344b0e00df58842a7e5e 100644 (file)
@@ -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> */
 };
 
 /*