Searched refs:PanoramiXNumScreens (Results 1 – 9 of 9) sorted by relevance
71 #define FOR_NSCREENS_FORWARD(j) for(j = 0; j < PanoramiXNumScreens; j++)72 #define FOR_NSCREENS_FORWARD_SKIP(j) for(j = 1; j < PanoramiXNumScreens; j++)73 #define FOR_NSCREENS_BACKWARD(j) for(j = PanoramiXNumScreens - 1; j >= 0; j--)
75 int PanoramiXNumScreens = 0; variable458 PanoramiXNumScreens = screenInfo.numScreens; in PanoramiXExtensionInit()459 if (PanoramiXNumScreens == 1) { /* Only 1 screen */ in PanoramiXExtensionInit()895 screenInfo.numScreens = PanoramiXNumScreens; in PanoramiXResetProc()968 .ScreenCount = PanoramiXNumScreens, in ProcPanoramiXGetScreenCount()992 if (stuff->screen >= PanoramiXNumScreens) in ProcPanoramiXGetScreenSize()1054 CARD32 number = (noPanoramiXExtension) ? 0 : PanoramiXNumScreens; in ProcXineramaQueryScreens()
11 extern _X_EXPORT int PanoramiXNumScreens;
1196 for (i = PanoramiXNumScreens - 1; i > 0; i--) { in ProcScreenSaverUnsetAttributes()
860 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr)); in ProcPanoramiXShmGetImage()
142 PanoramiXNumScreens, PanoramiXPixWidth, PanoramiXPixHeight); in dmxConnectionBlockCallback()
607 return PanoramiXNumScreens; in dmxMaxNumScreens()
605 i = PanoramiXNumScreens - 1; in XineramaConfineCursorToWindow()809 i = PanoramiXNumScreens - 1; in CheckVirtualMotion()
2734 i = PanoramiXNumScreens - 1;2740 where GCC believes that PanoramiXNumScreens might be 0. Unfortunately2744 PanoramiXNumScreens must be >1 (see PanoramiXExtensionInit()).12716 …../hw/dmx/dmx.c:66:12: warning: redundant redeclaration of ‘PanoramiXNumScreens’ [-Wredundant-decl…12717 extern int PanoramiXNumScreens;12720 ../Xext/panoramiXsrv.h:11:22: note: previous declaration of ‘PanoramiXNumScreens’ was here12721 extern _X_EXPORT int PanoramiXNumScreens;36938 dmxcb.c:52:12: warning: redundant redeclaration of ‘PanoramiXNumScreens’36940 extern int PanoramiXNumScreens;36944 ‘PanoramiXNumScreens’ was here[all …]