summaryrefslogtreecommitdiff
path: root/beos/beos_plotters.cpp
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2011-02-22 23:50:18 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2011-02-22 23:50:18 +0000
commite8ce7bd953095f0120b6a04db424c51989e97572 (patch)
treef80975860d267b082c0ec834ec2d58380997db0c /beos/beos_plotters.cpp
parentc550ae0e698d5cac09562fc800805726c8e10411 (diff)
downloadnetsurf-e8ce7bd953095f0120b6a04db424c51989e97572.tar.gz
netsurf-e8ce7bd953095f0120b6a04db424c51989e97572.tar.bz2
Fix the build.
svn path=/trunk/netsurf/; revision=11766
Diffstat (limited to 'beos/beos_plotters.cpp')
-rw-r--r--beos/beos_plotters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos_plotters.cpp b/beos/beos_plotters.cpp
index 8c65d7ac3..1d4baedb0 100644
--- a/beos/beos_plotters.cpp
+++ b/beos/beos_plotters.cpp
@@ -66,7 +66,7 @@ static bool nsbeos_plot_line(int x0, int y0, int x1, int y1, const plot_style_t
static bool nsbeos_plot_polygon(const int *p, unsigned int n, const plot_style_t *style);
static bool nsbeos_plot_path(const float *p, unsigned int n, colour fill, float width,
colour c, const float transform[6]);
-static bool nsbeos_plot_clip(const struct clip *rect);
+static bool nsbeos_plot_clip(const struct rect *ns_clip);
static bool nsbeos_plot_text(int x, int y, const char *text, size_t length,
const plot_font_style_t *fstyle);
static bool nsbeos_plot_disc(int x, int y, int radius, const plot_style_t *style);