comparison src/sun/configure.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 d124034ebea3
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1675:ae9b0327b620 1676:aee4ebea943a
441 GTK_LABEL(stats_frame.blocksize_label), s); 441 GTK_LABEL(stats_frame.blocksize_label), s);
442 } 442 }
443 gtk_label_set_text(GTK_LABEL(stats_frame.ooffs_label), sl); 443 gtk_label_set_text(GTK_LABEL(stats_frame.ooffs_label), sl);
444 444
445 pthread_mutex_unlock(&stats_frame.audioctl_mutex); 445 pthread_mutex_unlock(&stats_frame.audioctl_mutex);
446 xmms_usleep(400000); 446 g_usleep(400000);
447 } 447 }
448 pthread_mutex_unlock(&stats_frame.active_mutex); 448 pthread_mutex_unlock(&stats_frame.active_mutex);
449 449
450 pthread_exit(NULL); 450 pthread_exit(NULL);
451 } 451 }