diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-11 01:30:07 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-11 01:30:07 +0000 |
commit | 23d1cd9a0f0250c79920717e1cf6cc294c13e1ab (patch) | |
tree | 0ab229e6feead4a0ee7fe57bbb701777adf9e5a2 /Gui/interface.c | |
parent | d459e644632cb9b0c277aac391cfc55f4d553033 (diff) | |
download | mpv-23d1cd9a0f0250c79920717e1cf6cc294c13e1ab.tar.bz2 mpv-23d1cd9a0f0250c79920717e1cf6cc294c13e1ab.tar.xz |
- new font render finished
- fix 'l' button (evLoad changed to evLoadPlay)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8884 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/interface.c')
-rw-r--r-- | Gui/interface.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/interface.c b/Gui/interface.c index e8cb0f939c..bd4e6356f8 100644 --- a/Gui/interface.c +++ b/Gui/interface.c @@ -277,6 +277,7 @@ void guiInit( void ) void guiDone( void ) { + mplMainRender=0; mp_msg( MSGT_GPLAYER,MSGL_V,"[gui] done.\n" ); cfg_write(); wsXDone(); @@ -284,7 +285,7 @@ void guiDone( void ) int guiCMDArray[] = { - evLoad, + evLoadPlay, evLoadSubtitle, evAbout, evPlay, |