changeset 8673:4c0882ee0f4d

vga_draw* functions don't support linear memory for 'most' video cards
author iive
date Tue, 31 Dec 2002 02:37:36 +0000
parents 9065fd98fad3
children 93212da0032e
files libvo/vo_svga.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_svga.c	Tue Dec 31 02:26:32 2002 +0000
+++ b/libvo/vo_svga.c	Tue Dec 31 02:37:36 2002 +0000
@@ -478,7 +478,7 @@
   else
     LINEWIDTH=vga_getmodeinfo(vid_mode)->linewidth;
 
-  vga_setlinearaddressing();
+//  vga_setlinearaddressing(); //it is not compatable with vga_draw* for "some" cards
   if(oldmethod) {
      buffer=malloc(HEIGHT*LINEWIDTH);
      maxframes=0;