Searched refs:imasks (Results 1 – 1 of 1) sorted by relevance
2515 struct _OtherInputMasks *imasks; in MakeInputMasks() local2517 imasks = calloc(1, sizeof(struct _OtherInputMasks)); in MakeInputMasks()2518 if (!imasks) in MakeInputMasks()2520 imasks->xi2mask = xi2mask_new(); in MakeInputMasks()2521 if (!imasks->xi2mask) { in MakeInputMasks()2522 free(imasks); in MakeInputMasks()2525 pWin->optional->inputMasks = imasks; in MakeInputMasks()