mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-13 14:09:19 +00:00
12 lines
591 B
Diff
12 lines
591 B
Diff
--- a/gtk/gtkscale.c
|
|
+++ b/gtk/gtkscale.c
|
|
@@ -1471,7 +1471,7 @@ gtk_scale_add_mark (GtkScale *sca
|
|
mark->position = position;
|
|
|
|
priv->marks = g_slist_insert_sorted_with_data (priv->marks, mark,
|
|
- (GCompareFunc) compare_marks,
|
|
+ (GCompareDataFunc) compare_marks,
|
|
GINT_TO_POINTER (
|
|
gtk_range_get_inverted (GTK_RANGE (scale))
|
|
));
|