| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| H A D | Screen.h | 18 extern Window xnestDefaultWindows[MAXSCREENS]; 19 extern Window xnestScreenSaverWindows[MAXSCREENS];
|
| H A D | Args.c | 155 if (xnestNumScreens > MAXSCREENS) { 156 ErrorF("Maximum number of screens is %d.\n", MAXSCREENS); 157 xnestNumScreens = MAXSCREENS;
|
| H A D | Screen.c | 46 Window xnestDefaultWindows[MAXSCREENS]; 47 Window xnestScreenSaverWindows[MAXSCREENS];
|
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| H A D | Screen.h | 18 extern Window xnestDefaultWindows[MAXSCREENS]; 19 extern Window xnestScreenSaverWindows[MAXSCREENS];
|
| H A D | Args.c | 156 if (xnestNumScreens > MAXSCREENS) { 157 ErrorF("Maximum number of screens is %d.\n", MAXSCREENS); 158 xnestNumScreens = MAXSCREENS;
|
| H A D | Screen.c | 45 Window xnestDefaultWindows[MAXSCREENS]; 46 Window xnestScreenSaverWindows[MAXSCREENS];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmx.h | 328 /* Define the MAXSCREENSALLOC/FREE macros, when MAXSCREENS patch has not 330 #ifdef MAXSCREENS 358 #define MAXSCREENSALLOC(o) _MAXSCREENSALLOCF(o,MAXSCREENS, 0) 359 #define MAXSCREENSALLOC_FATAL(o) _MAXSCREENSALLOCF(o,MAXSCREENS, 1) 360 #define MAXSCREENSALLOC_RETURN(o,r) _MAXSCREENSALLOCR(o,MAXSCREENS, (r)) 361 #define MAXSCREENSALLOCPLUSONE(o) _MAXSCREENSALLOCF(o,MAXSCREENS+1,0) 362 #define MAXSCREENSALLOCPLUSONE_FATAL(o) _MAXSCREENSALLOCF(o,MAXSCREENS+1,1) 363 #define MAXSCREENSCALLOC(o,m) _MAXSCREENSALLOCF(o,MAXSCREENS*(m),0) 364 #define MAXSCREENSCALLOC_FATAL(o,m) _MAXSCREENSALLOCF(o,MAXSCREENS*(m),1)
|
| /xsrc/external/mit/xorg-server/dist/hw/sun/ |
| H A D | sunInit.c | 201 #if (MAXSCREENS == 4) 208 #if (MAXSCREENS == 4) 214 #if (MAXSCREENS == 4) 220 #if (MAXSCREENS == 4) 238 fbFd sunFbs[MAXSCREENS]; 384 deviceList = malloc ((MAXSCREENS + 1) * sizeof (char *)); 386 for (_i1 = 0; _i1 < MAXSCREENS; _i1++) { 394 deviceList[MAXSCREENS] = NULL; 421 int maxfds = MAXCLIENTS + MAXSCREENS + 5; 576 for (scr = 0; scr < MAXSCREENS; sc [all...] |
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | cursor.h | 66 extern _X_EXPORT DevPrivateKeyRec cursorScreenDevPriv[MAXSCREENS];
|
| H A D | misc.h | 83 #ifndef MAXSCREENS 84 #define MAXSCREENS 16 macro
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | panoramiX.h | 54 PanoramiXInfo info[MAXSCREENS];
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | panoramiX.h | 53 PanoramiXInfo info[MAXSCREENS];
|
| /xsrc/external/mit/xorg-server.old/dist/hw/sun/ |
| H A D | sunInit.c | 212 #if (MAXSCREENS == 4) 219 #if (MAXSCREENS == 4) 225 #if (MAXSCREENS == 4) 231 #if (MAXSCREENS == 4) 249 fbFd sunFbs[MAXSCREENS]; 417 deviceList = (char **) xalloc ((MAXSCREENS + 1) * sizeof (char *)); 419 for (_i1 = 0; _i1 < MAXSCREENS; _i1++) { 427 deviceList[MAXSCREENS] = NULL; 502 int maxfds = MAXCLIENTS + MAXSCREENS + 5; 624 for (scr = 0; scr < MAXSCREENS; sc [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_dga.c | 271 static int OldDisplayWidth[MAXSCREENS]; 272 static int OldBitsPerPixel[MAXSCREENS]; 273 static int OldDepth[MAXSCREENS]; 274 static DisplayModePtr OldMode[MAXSCREENS];
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | misc.h | 84 #ifndef MAXSCREENS 85 #define MAXSCREENS 16 macro
|
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | misc.c | 72 ScreenRec screens[MAXSCREENS]; 74 for (i = 0; i < MAXSCREENS; i++)
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/ |
| H A D | dmxconfig.c | 454 * sets MAXSCREENS to that value. This is difficult since the number 466 #ifndef MAXSCREENS 470 #ifndef MAXSCREENS
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/ |
| H A D | arm_video.c | 536 static Bool ScreenEnabled[MAXSCREENS]; 651 for (i = 0; i < MAXSCREENS; i++)
|
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_dga.c | 238 static int OldDisplayWidth[MAXSCREENS];
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_dga.c | 114 static DisplayModePtr OldModes[MAXSCREENS];
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_dga.c | 176 static int OldDisplayWidth[MAXSCREENS];
|
| /xsrc/external/mit/xf86-video-tseng/dist/src/ |
| H A D | tseng_dga.c | 161 static int OldDisplayWidth[MAXSCREENS];
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| H A D | glint_dga.c | 170 static int OldDisplayWidth[MAXSCREENS];
|
| /xsrc/external/mit/xf86-video-i128/dist/src/ |
| H A D | i128dga.c | 149 static int OldDisplayWidth[MAXSCREENS];
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_dga.c | 145 static DisplayModePtr I740SavedDGAModes[MAXSCREENS];
|