comparison audacious/controlsocket.c @ 906:704c0b2e5f6b trunk

[svn] - this should be it for now
author nhjm449
date Thu, 30 Mar 2006 21:16:35 -0800
parents 8282b365f6cb
children bcd1ebd0a7c1
comparison
equal deleted inserted replaced
905:e5727eb096a6 906:704c0b2e5f6b
561 break; 561 break;
562 case CMD_PAUSE: 562 case CMD_PAUSE:
563 bmp_playback_pause(); 563 bmp_playback_pause();
564 break; 564 break;
565 case CMD_STOP: 565 case CMD_STOP:
566 ip_data.stop = TRUE;
566 bmp_playback_stop(); 567 bmp_playback_stop();
568 ip_data.stop = FALSE;
567 mainwin_clear_song_info(); 569 mainwin_clear_song_info();
568 break; 570 break;
569 case CMD_PLAY_PAUSE: 571 case CMD_PLAY_PAUSE:
570 if (bmp_playback_get_playing()) 572 if (bmp_playback_get_playing())
571 bmp_playback_pause(); 573 bmp_playback_pause();