Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
051013e0
Commit
051013e0
authored
Apr 20, 2011
by
Ivica Bukvic
Committed by
Hans-Christoph Steiner
Nov 02, 2011
Browse files
Pd-0.42.5-extended-l2ork-dev-20110420.tar.bz2
parent
a4a36f9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/g_text.c
View file @
051013e0
...
...
@@ -146,16 +146,19 @@ void canvas_howputnew(t_canvas *x, int *connectp, int *xpixp, int *ypixp,
int
*
indexp
,
int
*
totalp
)
{
int
xpix
,
ypix
,
indx
=
0
,
nobj
=
0
,
n2
,
x1
,
x2
,
y1
,
y2
;
int
connectme
=
0
;
t_gobj
*
selected
;
/*
int connectme = 0;
if (x->gl_editor->e_selection &&
!x->gl_editor->e_selection->sel_next &&
!sys_noautopatch) {
selected = x->gl_editor->e_selection->sel_what;
t_object *ob = pd_checkobject(&selected->g_pd);
connectme = (obj_noutlets(ob) ? 1 : 0);
}
}*/
int
connectme
=
(
x
->
gl_editor
->
e_selection
&&
!
x
->
gl_editor
->
e_selection
->
sel_next
&&
!
sys_noautopatch
);
if
(
connectme
)
{
t_gobj
*
g
,
*
selected
=
x
->
gl_editor
->
e_selection
->
sel_what
;
...
...
src/m_pd.h
View file @
051013e0
...
...
@@ -11,7 +11,7 @@ extern "C" {
#define PD_MAJOR_VERSION 0
#define PD_MINOR_VERSION 42
#define PD_BUGFIX_VERSION 5
#define PD_TEST_VERSION "extended-l2ork-201104
19
"
#define PD_TEST_VERSION "extended-l2ork-201104
20
"
/* old name for "MSW" flag -- we have to take it for the sake of many old
"nmakefiles" for externs, which will define NT and not MSW */
...
...
Write
Preview
Supports
Markdown
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