summaryrefslogtreecommitdiff
path: root/beos/beos_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_font.h')
-rw-r--r--beos/beos_font.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/beos/beos_font.h b/beos/beos_font.h
index 2dab57e3d..aefd898da 100644
--- a/beos/beos_font.h
+++ b/beos/beos_font.h
@@ -22,12 +22,10 @@
#include <stdbool.h>
+#include "desktop/plotters.h"
-struct css_style;
-
-bool nsfont_paint(const struct css_style *style,
+bool nsfont_paint(const plot_font_style_t *fstyle,
const char *string, size_t length,
- int x, int y, colour bg, colour c);
+ int x, int y);
-void nsbeos_style_to_font(BFont &font,
- const struct css_style *style);
+void nsbeos_style_to_font(BFont &font, const plot_font_style_t *fstyle);