Searched refs:screenWindowXoffset (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/examples/ |
| H A D | dmxreconfig.c | 67 attr.screenWindowXoffset = strtol(argv[3], NULL, 0); 120 (attr.screenWindowXoffset < 0 ? "" : "+"), 121 attr.screenWindowXoffset, 142 (attr.screenWindowXoffset < 0 ? "" : "+"), 143 attr.screenWindowXoffset,
|
| H A D | dmxaddscreen.c | 66 attr.screenWindowXoffset = strtol(argv[4], NULL, 0);
|
| H A D | dmxinfo.c | 199 sinfo.screenWindowXoffset, sinfo.screenWindowYoffset,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxextension.h | 50 int screenWindowXoffset; /* displayName's coordinate system */ member in struct:__anon106acf1b0108
|
| H A D | dmx.c | 88 case DMXScreenWindowXoffset: attr->screenWindowXoffset = value; break; 310 rep.screenWindowXoffset = attr.screenWindowXoffset; 334 swaps(&rep.screenWindowXoffset, n);
|
| H A D | dmxextension.c | 89 attr->screenWindowXoffset = dmxScreen->scrnX; 508 if (attr->screenWindowXoffset < 0 || 510 attr->screenWindowXoffset 560 attr->screenWindowXoffset, attr->screenWindowYoffset, 567 attr->screenWindowXoffset,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | dmxproto.h | 186 INT16 screenWindowXoffset; member in struct:__anonaceddf2a0a08
|
| /xsrc/external/mit/xdpyinfo/dist/ |
| H A D | xdpyinfo.c | 1255 sinfo.screenWindowXoffset, sinfo.screenWindowYoffset,
|
Completed in 10 milliseconds