~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to Xi/xigrabdev.c

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
    if (!IsMaster(dev))
80
80
        stuff->paired_device_mode = GrabModeAsync;
81
81
 
82
 
    if (XICheckInvalidMaskBits((unsigned char*)&stuff[1],
 
82
    if (XICheckInvalidMaskBits(client, (unsigned char*)&stuff[1],
83
83
                               stuff->mask_len * 4) != Success)
84
84
        return BadValue;
85
85