[MPlayer-cvslog] r38513 - trunk/mplayer.c
ib
subversion at mplayerhq.hu
Sun May 12 19:43:23 EEST 2024
Author: ib
Date: Sun May 12 19:43:23 2024
New Revision: 38513
Log:
Specify the current module before GUI initialization.
Modified:
trunk/mplayer.c
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c Sun May 12 19:42:22 2024 (r38512)
+++ trunk/mplayer.c Sun May 12 19:43:23 2024 (r38513)
@@ -3083,8 +3083,10 @@ int main(int argc, char *argv[])
#ifdef CONFIG_GUI
if (use_gui) {
+ current_module = "init_gui";
guiInit();
initialized_flags |= INITIALIZED_GUI;
+ current_module = NULL;
gui(GUI_SET_STATE, (void *)(intptr_t)(filename ? GUI_PLAY : GUI_STOP));
}
#endif
More information about the MPlayer-cvslog
mailing list