# HG changeset patch # User arpi_esp # Date 985289338 0 # Node ID ba889a88ef913d28bfb5af7d96f0c77b264827bb # Parent 9b82a3ef38eeb37c366cf636c3a7697b1c0289d0 colkey_on=0 fix diff -r 9b82a3ef38ee -r ba889a88ef91 libvo/vo_mga.c --- a/libvo/vo_mga.c Thu Mar 22 19:21:32 2001 +0000 +++ b/libvo/vo_mga.c Thu Mar 22 19:28:58 2001 +0000 @@ -75,6 +75,8 @@ return (-1); } + mga_vid_config.colkey_on=0; + mga_vid_config.src_width = width; mga_vid_config.src_height= height; mga_vid_config.dest_width = d_width;