summaryrefslogtreecommitdiff
path: root/render/textplain.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/textplain.h')
-rw-r--r--render/textplain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/textplain.h b/render/textplain.h
index ec7162765..972405fe6 100644
--- a/render/textplain.h
+++ b/render/textplain.h
@@ -54,7 +54,7 @@ void textplain_destroy(struct content *c);
bool textplain_redraw(struct content *c, int x, int y,
int width, int height,
int clip_x0, int clip_y0, int clip_x1, int clip_y1,
- float scale, unsigned long background_colour);
+ float scale, colour background_colour);
/* access to lines for text selection and searching */
#define textplain_line_count(c) ((c)->data.textplain.physical_line_count)