comparison audacious/main.c @ 192:0ee0b9b6db7e trunk

[svn] headless now working, use --headless if you wish to experiment.
author nenolod
date Mon, 14 Nov 2005 23:43:39 -0800
parents 885780effb5d
children 6ecdccd12cae
comparison
equal deleted inserted replaced
191:885780effb5d 192:0ee0b9b6db7e
1034 else 1034 else
1035 { 1035 {
1036 mainwin_set_info_text(); 1036 mainwin_set_info_text();
1037 playlist_start_get_info_thread(); 1037 playlist_start_get_info_thread();
1038 1038
1039 gtk_main();
1040 #if 0
1041 for (;;) 1039 for (;;)
1040 {
1041 ctrlsocket_check();
1042 xmms_usleep(10000); 1042 xmms_usleep(10000);
1043 #endif 1043 }
1044
1044 return EXIT_SUCCESS; 1045 return EXIT_SUCCESS;
1045 } 1046 }
1046 } 1047 }