mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
gui/movieplayer.cpp: while starting file play, process neutrino events
This commit is contained in:
@@ -474,6 +474,8 @@ void *CMoviePlayerGui::ShowStartHint(void *arg)
|
|||||||
if (msg == CRCInput::RC_home || msg == CRCInput::RC_stop) {
|
if (msg == CRCInput::RC_home || msg == CRCInput::RC_stop) {
|
||||||
if(caller->playback)
|
if(caller->playback)
|
||||||
caller->playback->RequestAbort();
|
caller->playback->RequestAbort();
|
||||||
|
} else if (msg != CRCInput::RC_timeout && msg > CRCInput::RC_MaxRC) {
|
||||||
|
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(hintbox != NULL){
|
if(hintbox != NULL){
|
||||||
|
Reference in New Issue
Block a user