Define fbHasVisualTypes in fb.h as it is exported

This commit is contained in:
Keith Packard 2006-11-04 17:40:34 -08:00
parent 543b397277
commit 2db62bce07

View File

@ -1341,6 +1341,9 @@ fbCreateDefColormap(ScreenPtr pScreen);
void
fbClearVisualTypes(void);
Bool
fbHasVisualTypes (int depth);
Bool
fbSetVisualTypes (int depth, int visuals, int bitsPerRGB);