From 2db62bce0725ba2d88cbe40fc440b6bda45046f3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 4 Nov 2006 17:40:34 -0800 Subject: [PATCH] Define fbHasVisualTypes in fb.h as it is exported --- fb/fb.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fb/fb.h b/fb/fb.h index de0b3a8c2..e60507874 100644 --- a/fb/fb.h +++ b/fb/fb.h @@ -1341,6 +1341,9 @@ fbCreateDefColormap(ScreenPtr pScreen); void fbClearVisualTypes(void); +Bool +fbHasVisualTypes (int depth); + Bool fbSetVisualTypes (int depth, int visuals, int bitsPerRGB);