Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dinputstr.h212 } GrabRec; typedef
/OK3568_Linux_fs/external/xserver/dix/
H A Dgrabs.c194 GrabPtr grab = calloc(1, sizeof(GrabRec)); in AllocGrab()
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c575 GrabRec a, b; in dix_grab_matching()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog81847 dix: switch the dev->deviceGrab.activeGrab from GrabRec to GrabPtr
81861 GrabRec on the stack anymore, we need to alloc/copy/free the grabs.
81887 Not needed since the GrabRec is a self-contained struct but will be needed
130416 input: replace GrabRec's coreGrab field with grabtype.
131625 dix: remove coreMods field from GrabRec.
164101 Add a deviceMask to the GrabRec and don't interfere with passiveGrabs.