Searched refs:mskidx (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | exevents.c | 1569 int mskidx = dev->id; local in function:SelectForWindow 1576 if (check & wOtherInputMasks(pWin)->inputEvents[mskidx]) { /* It is illegal for two different 1585 others->mask[mskidx])) 1592 check = others->mask[mskidx]; 1593 others->mask[mskidx] = mask; 1596 if (i != mskidx && others->mask[i] != 0) 1610 if ((ret = AddExtensionClient(pWin, client, mask, mskidx)) != Success) 1623 AddExtensionClient(WindowPtr pWin, ClientPtr client, Mask mask, int mskidx) argument 1634 others->mask[mskidx] = mask;
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 2661 int mskidx = dev->id; local in function:SelectForWindow 2668 if (check & wOtherInputMasks(pWin)->inputEvents[mskidx]) { 2676 others->mask[mskidx])) 2683 check = others->mask[mskidx]; 2684 others->mask[mskidx] = mask; 2687 if (i != mskidx && others->mask[i] != 0) 2701 if ((ret = AddExtensionClient(pWin, client, mask, mskidx)) != Success) 2728 AddExtensionClient(WindowPtr pWin, ClientPtr client, Mask mask, int mskidx) argument 2742 others->mask[mskidx] = mask;
|
Completed in 8 milliseconds