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
Jonathan Wilkes
flext
Commits
32f64098
Commit
32f64098
authored
Aug 02, 2003
by
thomas
Browse files
no message
git-svn-id:
https://svn.grrrr.org/ext/trunk@689
4d9ac71a-51e6-0310-8455-cad1006bcd31
parent
ae9392c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
flext.vcproj
View file @
32f64098
...
...
@@ -449,6 +449,7 @@
CommandLine=
"copy F:\prog\max\flext\source\*.h f:\prog\maestra\dev\api\include
copy F:\prog\max\flext\pd-msvc\flext_l.lib f:\prog\maestra\dev\api\lib
copy F:\prog\max\flext\pd-msvc\flext.dll f:\prog\maestra\dev\release
copy F:\prog\max\flext\pd-msvc\flext.dll f:\prog\dll
"
/>
<Tool
Name=
"VCPreBuildEventTool"
/>
...
...
source/flattr_ed.cpp
View file @
32f64098
...
...
@@ -395,6 +395,9 @@ void flext_base::cb_GfxProperties(t_gobj *c, t_glist *)
b
+=
PrintList
(
b
,
lv
.
Count
(),
lv
.
Atoms
());
}
else
{
strcpy
(
b
,
"{}"
);
b
+=
strlen
(
b
);
}
strcpy
(
b
,
list
?
"} {"
:
" "
);
b
+=
strlen
(
b
);
...
...
@@ -404,6 +407,10 @@ void flext_base::cb_GfxProperties(t_gobj *c, t_glist *)
b
+=
PrintList
(
b
,
lp
.
Count
(),
lp
.
Atoms
());
}
else
{
strcpy
(
b
,
"{}"
);
b
+=
strlen
(
b
);
}
STD
::
sprintf
(
b
,
list
?
"} %i %i %i "
:
" %i %i %i "
,
tp
,
sv
,
pattr
?
(
pattr
->
BothExist
()
?
2
:
1
)
:
0
);
b
+=
strlen
(
b
);
}
...
...
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