Home | History | Annotate | Download | only in Xi

Lines Matching refs:b2

238     xBellFeedbackState *b2;
240 b2 = (xBellFeedbackState *) * buf;
241 b2->class = BellFeedbackClass;
242 b2->length = sizeof(xBellFeedbackState);
243 b2->id = b->ctrl.id;
244 b2->percent = b->ctrl.percent;
245 b2->pitch = b->ctrl.pitch;
246 b2->duration = b->ctrl.duration;
248 swaps(&b2->length);
249 swaps(&b2->pitch);
250 swaps(&b2->duration);