mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-08 01:10:23 +00:00
[demo] bring sham jungle definition up to date #2416
This commit is contained in:
parent
04489e179a
commit
4a4bec5078
@ -58,8 +58,9 @@ struct timespec demodelay = {
|
|||||||
// the "jungle" demo has non-free material embedded into it, and is thus
|
// the "jungle" demo has non-free material embedded into it, and is thus
|
||||||
// entirely absent (can't just be disabled). supply a stub here.
|
// entirely absent (can't just be disabled). supply a stub here.
|
||||||
#ifdef DFSG_BUILD
|
#ifdef DFSG_BUILD
|
||||||
int jungle_demo(struct notcurses* nc){
|
int jungle_demo(struct notcurses* nc, uint64_t startns){
|
||||||
(void)nc;
|
(void)nc;
|
||||||
|
(void)startns
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user