Basilisk II and SheepShaver Macintosh emulators
Go to file
asvitkine b6f9f38f98 [patch by Dave Vasilevsky]
Fix for bug: SheepShaver compiled with VOSF off will not display
fullscreen on OS X. The VM boots, but the display is entirely black.
This was expected, I suppose, since video_refresh_dga() didn't
actually attempt to draw anything!

The patch fixes this. Notes:
* video_refresh_window() now takes an argument of type driver_base,
since nothing specific to driver_window was used
* video_refresh_dga() can now call video_refresh_window_static()
* update_display_static_bbox() now respects the destination having a
different bytes-per-row from the source
* fullscreen modes are now created for all depths
2009-03-03 08:14:53 +00:00
BasiliskII [patch by Dave Vasilevsky] 2009-03-03 08:14:53 +00:00
CVSROOT initial checkin 1999-10-03 14:16:16 +00:00
SheepShaver [patch by Mike Sliczniak] 2009-03-03 08:07:22 +00:00