mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 15:20:34 +01:00
wfb: Hide init function decls behind FB_ACCESS_WRAPPER
Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
790c1c0b10
commit
706e6d9cd0
1 changed files with 2 additions and 3 deletions
5
fb/fb.h
5
fb/fb.h
|
|
@ -1192,8 +1192,8 @@ extern _X_EXPORT Bool
|
|||
int dpiy, int width, /* pixel width of frame buffer */
|
||||
int bpp); /* bits per pixel of frame buffer */
|
||||
|
||||
#ifdef FB_ACCESS_WRAPPER
|
||||
extern _X_EXPORT Bool
|
||||
|
||||
wfbFinishScreenInit(ScreenPtr pScreen,
|
||||
void *pbits,
|
||||
int xsize,
|
||||
|
|
@ -1205,7 +1205,6 @@ wfbFinishScreenInit(ScreenPtr pScreen,
|
|||
SetupWrapProcPtr setupWrap, FinishWrapProcPtr finishWrap);
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
|
||||
wfbScreenInit(ScreenPtr pScreen,
|
||||
void *pbits,
|
||||
int xsize,
|
||||
|
|
@ -1215,9 +1214,9 @@ wfbScreenInit(ScreenPtr pScreen,
|
|||
int width,
|
||||
int bpp,
|
||||
SetupWrapProcPtr setupWrap, FinishWrapProcPtr finishWrap);
|
||||
#endif
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
|
||||
fbFinishScreenInit(ScreenPtr pScreen,
|
||||
void *pbits,
|
||||
int xsize,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue