Lines Matching refs:screens
372 * and insert it at i in the list of screens */
401 xf86ConfigLayout.screens[i].screen = nscreen;
404 xf86ConfigLayout.screens[i].screen->device = cptr;
405 cptr->myScreenSection = xf86ConfigLayout.screens[i].screen;
448 slp = xf86ConfigLayout.screens;
450 /* count the number of screens and make space for
455 xf86ConfigLayout.screens = xnfcalloc(num_screens + md.nmatches,
457 xf86ConfigLayout.screens[0] = slp[0];
461 if (!xf86ConfigLayout.screens[0].screen->device) {
462 xf86ConfigLayout.screens[0].screen->device = ptr;
463 ptr->myScreenSection = xf86ConfigLayout.screens[0].screen;
467 * into the list of screens and set the driver */
478 xf86ConfigLayout.screens[i + md.nmatches] = slp[i];
480 xf86ConfigLayout.screens[num_screens + md.nmatches - 1].screen =
485 /* layout does not have any screens, not much to do */