Searched refs:xf86CursorInfoRec (Results 1 – 3 of 3) sorted by relevance
13 xf86CursorInfoRec via xf86CreateCursorInfoRec(), fill it out as described 18 When shutting down, the driver should free the xf86CursorInfoRec22 2) FILLING OUT THE xf86CursorInfoRec25 filling out an xf86CursorInfoRec structure and passing it to xf86InitCursor().26 The xf86CursorInfoRec contains the following function pointers:
27 } xf86CursorInfoRec, *xf86CursorInfoPtr; typedef
477 return calloc(1, sizeof(xf86CursorInfoRec)); in xf86CreateCursorInfoRec()