mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-09 05:00:30 +01:00
Define fbHasVisualTypes in fb.h as it is exported
This commit is contained in:
parent
543b397277
commit
2db62bce07
1 changed files with 3 additions and 0 deletions
3
fb/fb.h
3
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue