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

Comparing BasiliskII/src/Unix/video_x.cpp (file contents):
Revision 1.66 by cebix, 2002-04-25T11:00:31Z vs.
Revision 1.67 by cebix, 2002-04-28T12:09:23Z

# Line 1103 | Line 1103 | driver_fbdev::driver_fbdev(X11_monitor_d
1103          // Set frame buffer base
1104          const_cast<video_mode *>(&mode)->bytes_per_row = bytes_per_row;
1105          const_cast<video_mode *>(&mode)->depth = DepthModeForPixelDepth(fb_depth);
1106 <        set_mac_frame_buffer(mode.depth, true);
1106 >        set_mac_frame_buffer(monitor, mode.depth, true);
1107  
1108          // Everything went well
1109          init_ok = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines