Searched refs:nmono (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XMultibuf.c | 559 int nmono, nstereo; local in function:XmbufGetScreenInfo 572 nmono = rep.normalInfo; 574 minfo = ((nmono > 0) ? read_buffer_info (dpy, nmono) : NULL); 578 if ((nmono > 0 && !minfo) || (nstereo > 0 && !sinfo)) { 586 *nmono_return = nmono;
|
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | xdpyinfo.c | 635 int nmono, nstereo; /* count */ local in function:print_multibuf_info 639 if (!XmbufGetScreenInfo (dpy, RootWindow(dpy, scr), &nmono, &mono_info, 645 printf (" screen %d number of mono multibuffer types: %d\n", i, nmono); 646 for (int j = 0; j < nmono; j++) {
|
Completed in 4 milliseconds