Searched refs:imasks (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c2758 struct _OtherInputMasks *imasks; local in function:MakeInputMasks
2760 imasks = calloc(1, sizeof(struct _OtherInputMasks));
2761 if (!imasks)
2763 imasks->xi2mask = xi2mask_new();
2764 if (!imasks->xi2mask) {
2765 free(imasks);
2768 pWin->optional->inputMasks = imasks;
/xsrc/external/mit/xorg-server.old/dist/Xi/
H A Dexevents.c1650 struct _OtherInputMasks *imasks; local in function:MakeInputMasks
1652 imasks = calloc(1, sizeof(struct _OtherInputMasks));
1653 if (!imasks)
1655 pWin->optional->inputMasks = imasks;

Completed in 21 milliseconds