Home
last modified time | relevance | path

Searched defs:_Client (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/include/
H A Ddixstruct.h76 typedef struct _Client { struct
77 void *requestBuffer;
78 void *osPrivate; /* for OS layer, including scheduler */
79 struct xorg_list ready; /* List of clients ready to run */
80 struct xorg_list output_pending; /* List of clients with output queued */
81 Mask clientAsMask;
82 short index;
83 unsigned char majorOp, minorOp;
84 unsigned int swapped:1;
85 unsigned int local:1;
[all …]