Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dexevents.c2515 struct _OtherInputMasks *imasks; in MakeInputMasks() local
2517 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()