Home
last modified time | relevance | path

Searched refs:PanoramiXNumScreens (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A DpanoramiX.h71 #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--)
H A DpanoramiX.c75 int PanoramiXNumScreens = 0; variable
458 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()
H A DpanoramiXsrv.h11 extern _X_EXPORT int PanoramiXNumScreens;
H A Dsaver.c1196 for (i = PanoramiXNumScreens - 1; i > 0; i--) { in ProcScreenSaverUnsetAttributes()
H A Dshm.c860 drawables = calloc(PanoramiXNumScreens, sizeof(DrawablePtr)); in ProcPanoramiXShmGetImage()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c142 PanoramiXNumScreens, PanoramiXPixWidth, PanoramiXPixHeight); in dmxConnectionBlockCallback()
H A Ddmx.c607 return PanoramiXNumScreens; in dmxMaxNumScreens()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c605 i = PanoramiXNumScreens - 1; in XineramaConfineCursorToWindow()
809 i = PanoramiXNumScreens - 1; in CheckVirtualMotion()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2734 i = PanoramiXNumScreens - 1;
2740 where GCC believes that PanoramiXNumScreens might be 0. Unfortunately
2744 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 here
12721 extern _X_EXPORT int PanoramiXNumScreens;
36938 dmxcb.c:52:12: warning: redundant redeclaration of ‘PanoramiXNumScreens
36940 extern int PanoramiXNumScreens;
36944PanoramiXNumScreens’ was here
[all …]