15 lines
488 B
Text
15 lines
488 B
Text
$NetBSD: patch-af,v 1.1 2007/11/04 22:59:36 rillig Exp $
|
|
|
|
enum and guint are different types.
|
|
|
|
--- gtkextra/gtkplotsegment.c.orig 2004-12-17 03:05:03.000000000 +0100
|
|
+++ gtkextra/gtkplotsegment.c 2007-11-04 23:49:50.438613000 +0100
|
|
@@ -592,7 +592,7 @@ gtk_plot_segment_is_centered (GtkPlotSeg
|
|
}
|
|
|
|
void
|
|
-gtk_plot_segment_set_arrow_mask(GtkPlotSegment *segment, guint mask)
|
|
+gtk_plot_segment_set_arrow_mask(GtkPlotSegment *segment, GtkPlotArrow mask)
|
|
{
|
|
segment->arrow_mask = mask;
|
|
}
|