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

« back to all changes in this revision

Viewing changes to Xi/getprop.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
 
116
116
    if ((others = wOtherInputMasks(pWin)) != 0) {
117
117
        for (i = 0; i < EMASKSIZE; i++)
118
 
            tbuf = ClassFromMask(NULL, others->dontPropagateMask[i], i,
 
118
            ClassFromMask(NULL, others->dontPropagateMask[i], i,
119
119
                                 &count, COUNT);
120
120
        if (count) {
121
121
            rep.count = count;