From d106091d6e5df26a83460ae484c31753b873368c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 13 Aug 2012 14:43:04 +0100 Subject: Pass font plot style out to front end clipboard append function. --- framebuffer/clipboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framebuffer') diff --git a/framebuffer/clipboard.c b/framebuffer/clipboard.c index d534cfe7a..85e6a1da2 100644 --- a/framebuffer/clipboard.c +++ b/framebuffer/clipboard.c @@ -69,7 +69,8 @@ bool gui_empty_clipboard(void) * \return true iff successful */ -bool gui_add_to_clipboard(const char *text, size_t length, bool space) +bool gui_add_to_clipboard(const char *text, size_t length, bool space, + const plot_font_style_t *fstyle) { size_t new_length = gui_clipboard.length + length + (space ? 1 : 0) + 1; -- cgit v1.2.3