mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-22 20:53:01 +01:00
fixed windows build.
This commit is contained in:
parent
a92672d2b4
commit
cbb23a4f75
@ -451,8 +451,8 @@ int main(int argc, char *argv[])
|
||||
|
||||
/* Draw */
|
||||
draw_active_window(m);
|
||||
|
||||
usleep((uint)1000);
|
||||
/* Why is this here?
|
||||
usleep((unsigned int)1000); */
|
||||
}
|
||||
|
||||
exit_toxic(m);
|
||||
|
Loading…
Reference in New Issue
Block a user