Lines Matching defs:_Client
76 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;
86 unsigned int big_requests:1; /* supports large requests */
87 unsigned int clientGone:1;
88 unsigned int closeDownMode:2;
89 unsigned int clientState:2;
90 signed char smart_priority;
91 short noClientException; /* this client died or needs to be killed */
92 int priority;
93 ReplySwapPtr pSwapReplyFunc;
94 XID errorValue;
95 int sequence;
96 int ignoreCount; /* count for Attend/IgnoreClient */
97 int numSaved;
98 SaveSetElt *saveSet;
99 int (**requestVector) (ClientPtr /* pClient */ );
100 CARD32 req_len; /* length of current request */
101 unsigned int replyBytesRemaining;
102 PrivateRec *devPrivates;
103 unsigned short mapNotifyMask;
104 unsigned short newKeyboardNotifyMask;
105 unsigned char xkbClientFlags;
106 KeyCode minKC, maxKC;
108 int smart_start_tick;
109 int smart_stop_tick;
111 DeviceIntPtr clientPtr;
112 ClientIdPtr clientIds;
113 int req_fds;