mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-26 22:43:26 +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 */
|
||||||
draw_active_window(m);
|
draw_active_window(m);
|
||||||
|
/* Why is this here?
|
||||||
usleep((uint)1000);
|
usleep((unsigned int)1000); */
|
||||||
}
|
}
|
||||||
|
|
||||||
exit_toxic(m);
|
exit_toxic(m);
|
||||||
|
Loading…
Reference in New Issue
Block a user