Searched refs:MouseDevRec (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dmouse.h274 } MouseDevRec, *MouseDevPtr; typedef in typeref:struct:_MouseDevRec
H A Dmouse.c974 /* Allocate the MouseDevRec and initialise it. */
975 if (!(pMse = calloc(sizeof(MouseDevRec), 1)))
/xsrc/external/mit/xf86-input-vmmouse/dist/src/
H A Dxf86OSmouse.h171 * 1.2.0 - xisbscale added to MouseDevRec
275 } MouseDevRec, *MouseDevPtr; typedef in typeref:struct:_MouseDevRec
H A Dvmmouse.c456 /* Allocate the MouseDevRec and initialise it. */
457 if (!(pMse = calloc(sizeof(MouseDevRec), 1))) {

Completed in 8 milliseconds