changeset 216:f31b2fc0f49d trunk

[svn] Add ctrlsocket_check to generic event loop.
author nenolod
date Sun, 20 Nov 2005 14:17:19 -0800
parents 84162f8f2164
children ac3fb5691ddc
files audacious/genevent.c audacious/main.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/genevent.c	Sun Nov 20 12:35:42 2005 -0800
+++ b/audacious/genevent.c	Sun Nov 20 14:17:19 2005 -0800
@@ -132,6 +132,8 @@
 {
     gint time = 0;
 
+    ctrlsocket_check();
+
     if (bmp_playback_get_playing()) {
         time = bmp_playback_get_time();
 
--- a/audacious/main.c	Sun Nov 20 12:35:42 2005 -0800
+++ b/audacious/main.c	Sun Nov 20 14:17:19 2005 -0800
@@ -1054,7 +1054,6 @@
 	{
 	    /* headless eventloop */
 	    audcore_generic_events();
-	    ctrlsocket_check();
 	    free_vis_data();          /* to prevent buffer overflow -- paranoia */
             xmms_usleep(10000);
         }