Lines Matching defs:screenInfo
802 for (i = 0; i < screenInfo.numScreens; i++)
803 SetInstalledColormap(screenInfo.screens[i], NULL);
909 InitOutput(ScreenInfo *screenInfo, int argc, char **argv)
945 screenInfo->formats[NumFormats].depth = i;
946 screenInfo->formats[NumFormats].bitsPerPixel = vfbBitsPerPixel(i);
947 screenInfo->formats[NumFormats].scanlinePad = BITMAP_SCANLINE_PAD;
952 screenInfo->imageByteOrder = IMAGE_BYTE_ORDER;
953 screenInfo->bitmapScanlineUnit = BITMAP_SCANLINE_UNIT;
954 screenInfo->bitmapScanlinePad = BITMAP_SCANLINE_PAD;
955 screenInfo->bitmapBitOrder = BITMAP_BIT_ORDER;
956 screenInfo->numPixmapFormats = NumFormats;