Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wynn
purr-data
Commits
8fd60b7f
Commit
8fd60b7f
authored
Jan 17, 2016
by
Jonathan Wilkes
Browse files
remove unneeded sys_vgui call wrt clipboard manipulation
parent
b35b55f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
8fd60b7f
...
...
@@ -6173,7 +6173,8 @@ static void canvas_copy(t_canvas *x)
//#if defined(MSW) || defined(__APPLE__)
// /* for Mac or Windows, copy the text to the clipboard here */
sys_vgui
(
"clipboard clear
\n
clipboard append {%.*s}
\n
"
,
bufsize
,
buf
);
/* We don't need this because editing happens GUI side now */
//sys_vgui("clipboard clear\n clipboard append {%.*s}\n", bufsize, buf);
//#else
/* in X windows the selection already went to the
clipboard when it was made; here we "copy" it to our own buffer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment