tcolors: add threadmaybackground
This commit is contained in:
parent
0ed5e9f828
commit
74577741c8
1 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,12 @@ dither[16] = {
|
||||||
|
|
||||||
extern int chattydrawclient;
|
extern int chattydrawclient;
|
||||||
|
|
||||||
|
int
|
||||||
|
threadmaybackground(void)
|
||||||
|
{
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
threadmain(int argc, char *argv[])
|
threadmain(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue