HomeSort by: relevance | last modified time | path
    Searched refs:imasks (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/Xi/
exevents.c 2761 struct _OtherInputMasks *imasks; local
2763 imasks = calloc(1, sizeof(struct _OtherInputMasks));
2764 if (!imasks)
2766 imasks->xi2mask = xi2mask_new();
2767 if (!imasks->xi2mask) {
2768 free(imasks);
2771 pWin->optional->inputMasks = imasks;
  /xsrc/external/mit/xorg-server.old/dist/Xi/
exevents.c 1650 struct _OtherInputMasks *imasks; local
1652 imasks = calloc(1, sizeof(struct _OtherInputMasks));
1653 if (!imasks)
1655 pWin->optional->inputMasks = imasks;

Completed in 8 milliseconds