dix: remove "notyet" conditional compilation.

If it's "notyet" for 3 years, then "yet" won't arive anytime soon.
This commit is contained in:
Peter Hutterer 2009-01-16 15:53:50 +10:00
parent 5c41b3f9c8
commit e76f904abe
1 changed files with 1 additions and 8 deletions

View File

@ -2678,14 +2678,7 @@ CheckMotion(xEvent *xE, DeviceIntPtr pDev)
}
pSprite->win = XYToWindow(pDev, pSprite->hot.x, pSprite->hot.y);
#ifdef notyet
if (!(pSprite->win->deliverableEvents &
Motion_Filter(pDev->button))
!syncEvents.playingEvents)
{
/* XXX Do PointerNonInterestBox here */
}
#endif
if (pSprite->win != prevSpriteWin)
{
if (prevSpriteWin != NullWindow) {