comparison src/CoreAudio/audio.c @ 1676:aee4ebea943a

xmms_usleep() was removed, use g_usleep()
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 09 Sep 2007 22:25:40 +0300
parents 755a71ca3c92
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1675:ae9b0327b620 1676:aee4ebea943a
496 496
497 flush = time; 497 flush = time;
498 498
499 while (flush != -1) 499 while (flush != -1)
500 { 500 {
501 xmms_usleep(10000); 501 g_usleep(10000);
502 } 502 }
503 } 503 }
504 504
505 505
506 void osx_pause(short p) 506 void osx_pause(short p)