summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/gui.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/gui.c b/windows/gui.c
index 27f55c860..4018cc800 100644
--- a/windows/gui.c
+++ b/windows/gui.c
@@ -1766,7 +1766,8 @@ bool gui_empty_clipboard(void)
return false;
}
-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)
{
HANDLE hnew;
char *new, *original;