Home | History | Annotate | Download | only in dist

Lines Matching refs:Layout

441 		 * Figure out the layout of our various monitors if RANDR is
446 Scr->Layout = XrandrNewLayout(dpy, Scr->XineramaRoot);
449 if(Scr->Layout == NULL) {
450 // No RANDR, so as far as we know, the layout is just one
457 Scr->Layout = RLayoutNew(fsl);
460 fprintf(stderr, "Layout: ");
461 RLayoutPrint(Scr->Layout);
463 if(RLayoutNumMonitors(Scr->Layout) < 1) {
679 Scr->BorderedLayout = RLayoutCopyCropped(Scr->Layout,
683 Scr->BorderedLayout = Scr->Layout; // nothing to crop
1003 RArea area = RLayoutGetAreaIndex(Scr->Layout, 0);