Lines Matching refs:bn
485 xkbBellNotify bn;
532 bn.type = XkbEventCode + XkbEventBase;
533 bn.xkbType = XkbBellNotify;
534 bn.deviceID = kbd->id;
535 bn.bellClass = class;
536 bn.bellID = id;
537 bn.percent = percent;
538 bn.eventOnly = (eventOnly != 0);
542 bn.sequenceNumber = interest->client->sequence;
543 bn.time = time;
544 bn.pitch = pitch;
545 bn.duration = duration;
546 bn.name = name;
547 bn.window = winID;
549 swaps(&bn.sequenceNumber);
550 swapl(&bn.time);
551 swaps(&bn.pitch);
552 swaps(&bn.duration);
553 swapl(&bn.name);
554 swapl(&bn.window);
556 WriteToClient(interest->client, sizeof(xEvent), &bn);