Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 876899 | Differences between
and this patch

Collapse All | Expand All

(-)a/x.c (+5 lines)
Lines 583-588 void WiggleMouse(void) Link Here
583
583
584
void doWarp(void)
584
void doWarp(void)
585
{
585
{
586
#ifdef HAVE_XF86DGA
587
  if (server_has_xf86dga)
588
    return;
589
#endif
586
  if(grabbed)
590
  if(grabbed)
587
  {
591
  {
588
    if(next_origo) return;
592
    if(next_origo) return;
Lines 752-757 static void grabit(int x, int y, int state) Link Here
752
    remote_ypos=SCALEY(y);
756
    remote_ypos=SCALEY(y);
753
    sendpointerevent(remote_xpos, remote_ypos, (state & 0x1f00) >> 8);
757
    sendpointerevent(remote_xpos, remote_ypos, (state & 0x1f00) >> 8);
754
  }
758
  }
759
#endif
755
760
756
761
757
  mouseOnScreen = 1;
762
  mouseOnScreen = 1;

Return to bug 876899