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

« back to all changes in this revision

Viewing changes to Xi/opendev.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:
115
115
    if (IsMaster(dev))
116
116
            return BadDevice;
117
117
 
118
 
    OpenInputDevice(dev, client, &status);
119
118
    if (status != Success)
120
119
        return status;
121
120