ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/SDL/video_sdl.cpp
(Generate patch)

Comparing BasiliskII/src/SDL/video_sdl.cpp (file contents):
Revision 1.26 by gbeauche, 2006-05-13T16:58:44Z vs.
Revision 1.27 by gbeauche, 2006-05-14T08:32:05Z

# Line 2262 | Line 2262 | void video_set_dirty_area(int x, int y,
2262  
2263   #ifdef ENABLE_VOSF
2264          if (use_vosf) {
2265 <                vosf_set_dirty_area(x, y, w, h, screen_width, bytes_per_row);
2265 >                vosf_set_dirty_area(x, y, w, h, screen_width, screen_height, bytes_per_row);
2266                  return;
2267          }
2268   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines