Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stuart Levy
partiview
Commits
2101bcf7
Commit
2101bcf7
authored
Nov 30, 2013
by
slevy
Browse files
Tidy.
parent
a4512bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partibrains.c
View file @
2101bcf7
...
...
@@ -16,6 +16,9 @@ static char copyright[] = "Copyright (c) 2002 NCSA, University of Illinois Urban
/*
* $Log$
* Revision 1.131 2013/11/30 21:33:08 slevy
* Tidy.
*
* Revision 1.130 2013/11/30 20:58:01 slevy
* Add new magic encoded-color name - "rgb888", by analogy with rgb565.
* If a color-index variable is named rgb888, it's interpreted as a full 24-bit color value:
...
...
@@ -6117,6 +6120,7 @@ specks_parse_args( struct stuff **stp, int argc, char *argv[] )
else
msg
(
"timebase %g (datastep at realtime 0), or datastep %g at realtime %g"
,
timebase
,
datatime
,
(
datatime
-
timebase
)
/
speed
);
}
else
if
(
!
strcmp
(
argv
[
0
],
"timebase"
))
{
if
(
argc
>
1
)
specks_set_timebase
(
st
,
getfloat
(
argv
[
1
],
clock_timebase
(
st
->
clk
))
);
...
...
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