summaryrefslogtreecommitdiff
path: root/beos/beos_plotters.cpp
diff options
context:
space:
mode:
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 d7e971528..aff11a088 100644
--- a/beos/beos_plotters.cpp
+++ b/beos/beos_plotters.cpp
@@ -397,7 +397,7 @@ bool nsbeos_plot_clip(int clip_x0, int clip_y0,
bool nsbeos_plot_text(int x, int y, const char *text, size_t length,
const plot_font_style_t *fstyle)
{
- return nsfont_paint(fstyle, text, length, x, y, bg);
+ return nsfont_paint(fstyle, text, length, x, y);
}