mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-20 07:36:36 +02:00
fixed windows build.
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user