Lines Matching defs:layout
65 /* Needed for auto server layout */
306 printf("Layout section parsed\n");
433 xf86layoutAddInputDevices(XF86ConfigPtr config, XF86ConfLayoutPtr layout)
439 /* add all AutoServerLayout devices to the server layout */
443 XF86ConfInputrefPtr iref = layout->lay_input_lst;
457 layout->lay_input_lst = (XF86ConfInputrefPtr)
458 xf86addListItem((glp) layout->lay_input_lst, (glp) iptr);
465 inptr = layout->lay_input_lst;
471 layout->lay_identifier);
485 XF86ConfLayoutPtr layout = p->conf_layout_lst;
491 while (layout) {
492 adj = layout->lay_adjacency_lst;
499 layout->lay_identifier);
507 iptr = layout->lay_inactive_lst;
514 layout->lay_identifier);
522 if (xf86layoutAddInputDevices(p, layout) == -1)
525 layout = layout->list.next;