Lines Matching refs:bn
382 xkbBellNotify *bn = (xkbBellNotify *) event;
390 bev->time = bn->time;
391 bev->device = bn->deviceID;
392 bev->percent = bn->percent;
393 bev->pitch = bn->pitch;
394 bev->duration = bn->duration;
395 bev->bell_class = bn->bellClass;
396 bev->bell_id = bn->bellID;
397 bev->name = bn->name;
398 bev->window = bn->window;
399 bev->event_only = bn->eventOnly;