~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to Xi/ungrdev.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2011-12-20 11:39:51 UTC
  • mto: (0.10.23) (1.1.48)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: package-import@ubuntu.com-20111220113951-cx9svdcnqpcta5wk
Tags: upstream-1.11.99.2
ImportĀ upstreamĀ versionĀ 1.11.99.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
    time = ClientTimeToServerTime(stuff->time);
103
103
    if ((CompareTimeStamps(time, currentTime) != LATER) &&
104
104
        (CompareTimeStamps(time, dev->deviceGrab.grabTime) != EARLIER) &&
105
 
        (grab) && SameClient(grab, client) && grab->grabtype == GRABTYPE_XI)
 
105
        (grab) && SameClient(grab, client) && grab->grabtype == XI)
106
106
        (*dev->deviceGrab.DeactivateGrab) (dev);
107
107
    return Success;
108
108
}