Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A DCURSOR.NOTES13 xf86CursorInfoRec via xf86CreateCursorInfoRec(), fill it out as described
18 When shutting down, the driver should free the xf86CursorInfoRec
22 2) FILLING OUT THE xf86CursorInfoRec
25 filling out an xf86CursorInfoRec structure and passing it to xf86InitCursor().
26 The xf86CursorInfoRec contains the following function pointers:
H A Dxf86Cursor.h27 } xf86CursorInfoRec, *xf86CursorInfoPtr; typedef
H A Dxf86CursorRD.c477 return calloc(1, sizeof(xf86CursorInfoRec)); in xf86CreateCursorInfoRec()