Lines Matching refs:bn
496 xkbBellNotify bn;
542 bn.type = XkbEventCode + XkbEventBase;
543 bn.xkbType = XkbBellNotify;
544 bn.deviceID = kbd->id;
545 bn.bellClass = class;
546 bn.bellID = id;
547 bn.percent= percent;
548 bn.eventOnly = (eventOnly!=0);
552 bn.sequenceNumber = interest->client->sequence;
553 bn.time = time;
554 bn.pitch = pitch;
555 bn.duration = duration;
556 bn.name = name;
557 bn.window= winID;
560 swaps(&bn.sequenceNumber,n);
561 swapl(&bn.time,n);
562 swaps(&bn.pitch,n);
563 swaps(&bn.duration,n);
564 swapl(&bn.name,n);
565 swapl(&bn.window,n);
567 WriteToClient(interest->client, sizeof(xEvent), (char *)&bn);