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.23 by cebix, 2000-10-09T17:05:17Z vs.
Revision 1.24 by cebix, 2000-10-11T17:55:06Z

# Line 1745 | Line 1745 | static void update_display_static(void)
1745          // Check for first column from left and first column from right that have changed
1746          if (high) {
1747                  if (depth == 1) {
1748 <                        x1 = VideoMonitor.x;
1748 >                        x1 = VideoMonitor.x - 1;
1749                          for (j=y1; j<=y2; j++) {
1750                                  p = &the_buffer[j * bytes_per_row];
1751                                  p2 = &the_buffer_copy[j * bytes_per_row];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines