/[cebix]/SheepShaver/src/Unix/video_x.cpp
ViewVC logotype

Diff of /SheepShaver/src/Unix/video_x.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by cebix, Mon Jan 12 15:37:22 2004 UTC revision 1.12 by gbeauche, Wed Jan 14 23:15:41 2004 UTC
# Line 968  static void resume_emul(void) Line 968  static void resume_emul(void)
968          // Reopen full screen display          // Reopen full screen display
969          XGrabKeyboard(x_display, rootwin, 1, GrabModeAsync, GrabModeAsync, CurrentTime);          XGrabKeyboard(x_display, rootwin, 1, GrabModeAsync, GrabModeAsync, CurrentTime);
970          XGrabPointer(x_display, rootwin, 1, PointerMotionMask | ButtonPressMask | ButtonReleaseMask, GrabModeAsync, GrabModeAsync, None, None, CurrentTime);          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);          XF86DGADirectVideo(x_display, screen, XF86DGADirectGraphics | XF86DGADirectKeyb | XF86DGADirectMouse);
973          XF86DGASetViewPort(x_display, screen, 0, 0);          XF86DGASetViewPort(x_display, screen, 0, 0);
974    #endif
975          XSync(x_display, false);          XSync(x_display, false);
976    
977          // the_buffer already contains the data to restore. i.e. since a temporary          // the_buffer already contains the data to restore. i.e. since a temporary

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15