Lines Matching refs:pCN
307 xkbControlsNotify * pCN, Bool forceCtrlProc)
374 pCN->changedControls = changedControls;
375 pCN->enabledControls = new->enabled_ctrls;
376 pCN->enabledControlChanges = (new->enabled_ctrls ^ old->enabled_ctrls);
377 pCN->numGroups = new->num_groups;
383 XkbSendControlsNotify(DeviceIntPtr kbd, xkbControlsNotify * pCN)
398 changedControls = pCN->changedControls;
399 pCN->numGroups = xkbi->desc->ctrls->num_groups;
405 pCN->type = XkbEventCode + XkbEventBase;
406 pCN->xkbType = XkbControlsNotify;
407 pCN->deviceID = kbd->id;
408 pCN->time = time = GetTimeInMillis();
409 enabledChanges = pCN->enabledControlChanges;
412 pCN->changedControls = changedControls;
413 pCN->enabledControls = enabledControls;
414 pCN->enabledControlChanges = enabledChanges;
415 pCN->sequenceNumber = interest->client->sequence;
416 pCN->time = time;
418 swaps(&pCN->sequenceNumber);
419 swapl(&pCN->changedControls);
420 swapl(&pCN->enabledControls);
421 swapl(&pCN->enabledControlChanges);
422 swapl(&pCN->time);
424 WriteToClient(interest->client, sizeof(xEvent), pCN);