« Previous | Next » 

Revision c00a9de0

IDc00a9de060124a988bd9847c095e5836488c6f01

Added by Reimar Döffinger over 14 years ago

Use corect depth from DisplaySurface in vmware_vga.c

Hello,
for what I can tell, there is no way for vmware_vga to work correctly
right now. It assumes that the framebuffer bits-per-pixel and the one
from the DisplaySurface are identical (it uses directly the VRAM from
vga.c), but it always assumes 3 bytes per pixel, which is never possible
with the current version of DisplaySurface.
Attached patch fixes that by using ds_get_bits_per_pixel.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences