Searched refs:nmonitors (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libXrandr/dist/src/ |
| H A D | XrrMonitor.c | 37 XRRGetMonitors(Display *dpy, Window window, Bool get_active, int *nmonitors) argument 51 *nmonitors = -1; 68 rep.nmonitors > INT_MAX / SIZEOF(xRRMonitorInfo) || 70 rep.nmonitors * SIZEOF(xRRMonitorInfo) > INT_MAX - rep.noutputs * 4) { 77 nmon = rep.nmonitors; 149 *nmonitors = nmon;
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| H A D | rrxinerama.c | 280 int nmonitors = 0; local in function:ProcRRXineramaQueryScreens 286 if (!RRMonitorMakeList(pScreen, TRUE, &monitors, &nmonitors)) 293 .length = bytes_to_int32(nmonitors * sz_XineramaScreenInfo), 294 .number = nmonitors 303 for (m = 0; m < nmonitors; m++) 307 RRMonitorFreeList(monitors, nmonitors);
|
| H A D | rrmonitor.c | 601 int nmonitors; local in function:ProcRRGetMonitors 612 if (!RRMonitorMakeList(screen, get_active, &monitors, &nmonitors)) 618 for (m = 0; m < nmonitors; m++) { 624 rep.nmonitors = nmonitors; 631 swapl(&rep.nmonitors); 638 for (m = 0; m < nmonitors; m++) { 667 RRMonitorFreeList(monitors, nmonitors);
|
| /xsrc/external/mit/libXrandr/dist/include/X11/extensions/ |
| H A D | Xrandr.h | 573 XRRGetMonitors(Display *dpy, Window window, Bool get_active, int *nmonitors);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | randrproto.h | 1107 CARD32 nmonitors; member in struct:__anonb71068b84e08
|
Completed in 11 milliseconds