Define fbHasVisualTypes in fb.h as it is exported
This commit is contained in:
parent
543b397277
commit
2db62bce07
3
fb/fb.h
3
fb/fb.h
|
@ -1341,6 +1341,9 @@ fbCreateDefColormap(ScreenPtr pScreen);
|
||||||
void
|
void
|
||||||
fbClearVisualTypes(void);
|
fbClearVisualTypes(void);
|
||||||
|
|
||||||
|
Bool
|
||||||
|
fbHasVisualTypes (int depth);
|
||||||
|
|
||||||
Bool
|
Bool
|
||||||
fbSetVisualTypes (int depth, int visuals, int bitsPerRGB);
|
fbSetVisualTypes (int depth, int visuals, int bitsPerRGB);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue