summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_plotters.c')
-rw-r--r--gtk/gtk_plotters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c
index 94d39fdd4..9054573e2 100644
--- a/gtk/gtk_plotters.c
+++ b/gtk/gtk_plotters.c
@@ -23,7 +23,7 @@ extern GdkGC *current_gc;
static bool nsgtk_plot_clg(colour c);
static bool nsgtk_plot_rectangle(int x0, int y0, int width, int height,
- colour c, bool dotted);
+ int line_width, colour c, bool dotted, bool dashed);
static bool nsgtk_plot_line(int x0, int y0, int x1, int y1, int width,
colour c, bool dotted, bool dashed);
static bool nsgtk_plot_polygon(int *p, unsigned int n, colour fill);
@@ -69,7 +69,7 @@ bool nsgtk_plot_clg(colour c)
bool nsgtk_plot_rectangle(int x0, int y0, int width, int height,
- colour c, bool dotted)
+ int line_width, colour c, bool dotted, bool dashed)
{
nsgtk_set_colour(c);
gdk_draw_rectangle(current_drawable, current_gc,