1276N/Aindex 3ef0c8c..41d53a7 100644
1276N/A@@ -464,6 +464,11 @@ maskShift(Pixel p)
713N/A * the set which can be used with this version of cfb.
713N/A+#if defined(__sparc__) || defined(__sparc)
851N/A+_X_EXPORT miInitVisualsProcPtr miInitVisualsProc = NULL;
1276N/A miInitVisuals(VisualPtr * visualp, DepthPtr * depthp, int *nvisualp,
1276N/A int *ndepthp, int *rootDepthp, VisualID * defaultVisp,
1276N/A@@ -482,6 +487,13 @@ miInitVisuals(VisualPtr * visualp, DepthPtr * depthp, int *nvisualp,
1276N/A int *preferredCVCs, *prefp;
713N/A+#if defined(__sparc__) || defined(__sparc)
713N/A+ if (miInitVisualsProc) {
713N/A+ return (miInitVisualsProc(visualp, depthp, nvisualp, ndepthp,
713N/A+ rootDepthp, defaultVisp, sizes, bitsPerRGB, preferredVis));
713N/A /* none specified, we'll guess from pixmap formats */