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.73 by gbeauche, 2004-11-15T23:27:43Z vs.
Revision 1.74 by gbeauche, 2004-11-15T23:40:23Z

# Line 2480 | Line 2480 | static void video_refresh_window_vosf(vo
2480          if (++tick_counter >= frame_skip) {
2481                  tick_counter = 0;
2482                  if (mainBuffer.dirty) {
2483 +                        XDisplayLock();
2484                          LOCK_VOSF;
2485                          update_display_window_vosf(static_cast<driver_window *>(drv));
2486                          UNLOCK_VOSF;
2487                          XSync(x_display, false); // Let the server catch up
2488 +                        XDisplayUnlock();
2489                  }
2490          }
2491   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines