comparison gui/win32/interface.c @ 34339:f05c75392897

Enable gui slave commands. Allow sending the GUI skin messages which enables operating the GUI with a remote control. Only messages defined in current skin window will be executed, i.e. only messages that could result from mouse clicks as well.
author ib
date Sun, 11 Dec 2011 14:43:16 +0000
parents ecb8df177459
children 6b558b00939a
comparison
equal deleted inserted replaced
34338:4a507d3a039a 34339:f05c75392897
655 default: 655 default:
656 break; 656 break;
657 } 657 }
658 break; 658 break;
659 } 659 }
660 case GUI_RUN_MESSAGE:
661 break;
660 case GUI_HANDLE_EVENTS: 662 case GUI_HANDLE_EVENTS:
661 break; 663 break;
662 case GUI_SET_MIXER: 664 case GUI_SET_MIXER:
663 { 665 {
664 if(audio_out) 666 if(audio_out)