Lines Matching defs:client
49 * an external client has connected.
53 winProcEstablishConnection(ClientPtr client)
69 iReturn = (*winProcEstablishConnectionOrig) (client);
97 * to be called before we initialize our clipboard client.
99 iReturn = (*winProcEstablishConnectionOrig) (client);
109 /* Startup the clipboard client if clipboard mode is being used */
112 * NOTE: The clipboard client is started here for a reason:
114 * 2) If the clipboard client attaches during X Server startup,
115 * then it becomes the "magic client" that causes the X Server
118 * 4) The clipboard client is a client, so it is killed.
119 * 5) The clipboard client is the "magic client", so the X Server
122 * 7) We avoid this by waiting until at least one client (could
123 * be XDM, could be another client) connects, which makes it
124 * almost certain that the clipboard client will not connect
128 /* Create the clipboard client thread */