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

Comparing SheepShaver/src/Unix/video_x.cpp (file contents):
Revision 1.11 by cebix, 2004-01-12T15:37:22Z vs.
Revision 1.12 by gbeauche, 2004-01-14T23:15:41Z

# Line 968 | Line 968 | static void resume_emul(void)
968          // Reopen full screen display
969          XGrabKeyboard(x_display, rootwin, 1, GrabModeAsync, GrabModeAsync, CurrentTime);
970          XGrabPointer(x_display, rootwin, 1, PointerMotionMask | ButtonPressMask | ButtonReleaseMask, GrabModeAsync, GrabModeAsync, None, None, CurrentTime);
971 + #ifdef ENABLE_XF86_DGA
972          XF86DGADirectVideo(x_display, screen, XF86DGADirectGraphics | XF86DGADirectKeyb | XF86DGADirectMouse);
973          XF86DGASetViewPort(x_display, screen, 0, 0);
974 + #endif
975          XSync(x_display, false);
976  
977          // the_buffer already contains the data to restore. i.e. since a temporary

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines