Mercurial > mplayer.hg
changeset 486:4f52aa06f0fc
A couple of bugfixes.
author | se7encode |
---|---|
date | Tue, 17 Apr 2001 17:43:40 +0000 |
parents | dfafa47d751d |
children | 5dd417ed3a21 |
files | libvo/vo_svga.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_svga.c Tue Apr 17 17:35:27 2001 +0000 +++ b/libvo/vo_svga.c Tue Apr 17 17:43:40 2001 +0000 @@ -478,7 +478,7 @@ gl_fillbox(0, 0, x_pos, HEIGHT, 0); gl_fillbox(WIDTH - x_pos, 0, x_pos, HEIGHT, 0); } -// vo_draw_text(WIDTH, HEIGHT, draw_alpha); + vo_draw_text(WIDTH, HEIGHT, draw_alpha); gl_copyscreen(screen); }