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
nerrons
purr-data
Commits
6e96dfef
Commit
6e96dfef
authored
Sep 10, 2014
by
Ivica Bukvic
Browse files
*removed debug info
parent
415b5b82
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
6e96dfef
...
...
@@ -5891,7 +5891,7 @@ static void canvas_paste_xyoffset(t_canvas *x)
static
void
canvas_paste_atmouse
(
t_canvas
*
x
)
{
t_selection
*
sel
;
fprintf
(
stderr
,
"paste_atmouse
\n
"
);
//
fprintf(stderr,"paste_atmouse\n");
/* use safe values for x1 and y1 which are essentially the same as xyoffset */
int
x1
=
x
->
gl_editor
->
e_xwas
+
10
,
y1
=
x
->
gl_editor
->
e_ywas
+
10
,
init
=
0
;
t_float
sx
=
0
.
0
,
sy
=
0
.
0
;
...
...
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