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

Comparing BasiliskII/src/Unix/video_vosf.h (file contents):
Revision 1.43 by gbeauche, 2004-06-29T21:50:23Z vs.
Revision 1.44 by gbeauche, 2004-11-15T23:27:43Z

# Line 368 | Line 368 | There are two cases to check:
368   static inline void update_display_window_vosf(VIDEO_DRV_INIT)
369   {
370          VIDEO_MODE_INIT;
371 +        XDisplayLock();
372  
373          int page = 0;
374          for (;;) {
# Line 428 | Line 429 | static inline void update_display_window
429                          XPutImage(x_display, VIDEO_DRV_WINDOW, VIDEO_DRV_GC, VIDEO_DRV_IMAGE, 0, y1, 0, y1, VIDEO_MODE_X, height);
430   #endif
431          }
432 +
433 +        XDisplayUnlock();
434          mainBuffer.dirty = false;
435   }
436  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines