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.38 by asvitkine, 2009-03-03T08:14:53Z vs.
Revision 1.39 by asvitkine, 2011-12-28T20:22:25Z

# Line 2327 | Line 2327 | static int redraw_func(void *arg)
2327   #ifdef SHEEPSHAVER
2328   void video_set_dirty_area(int x, int y, int w, int h)
2329   {
2330 + #ifdef ENABLE_VOSF
2331          const VIDEO_MODE &mode = drv->mode;
2332          const int screen_width = VIDEO_MODE_X;
2333          const int screen_height = VIDEO_MODE_Y;
2334          const int bytes_per_row = VIDEO_MODE_ROW_BYTES;
2335  
2335 #ifdef ENABLE_VOSF
2336          if (use_vosf) {
2337                  vosf_set_dirty_area(x, y, w, h, screen_width, screen_height, bytes_per_row);
2338                  return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines