[Mplayer-cvslog] CVS: main/libvo vo_directx.c,1.15,1.16
Diego Biurrun
diego at biurrun.de
Thu Apr 10 01:35:51 CEST 2003
On Wed, Apr 09, 2003 at 08:56:18PM +0200, Sascha Sommer CVS wrote:
> Modified Files:
> vo_directx.c
> Log Message:
> 10l noticed by Joey Parrish <joey at nicewarrior.org>
>
> --- vo_directx.c 29 Mar 2003 19:58:36 -0000 1.15
> +++ vo_directx.c 9 Apr 2003 18:55:49 -0000 1.16
> @@ -786,7 +786,7 @@
> case VK_HOME:
> {mplayer_put_key(KEY_HOME);break;}
> case VK_END:
> - {mplayer_put_key(VK_END);break;}
> + {mplayer_put_key(KEY_END);break;}
This looks like it definitely belongs in 0_90..
Diego
More information about the MPlayer-cvslog
mailing list