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. --- cocoa/selection.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cocoa/selection.m') diff --git a/cocoa/selection.m b/cocoa/selection.m index 587f12004..76617d23f 100644 --- a/cocoa/selection.m +++ b/cocoa/selection.m @@ -56,7 +56,8 @@ bool gui_empty_clipboard(void) return true; } -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) { if (nil == cocoa_clipboard_string) return false; -- cgit v1.2.3