mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00: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:
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,
|
||||
|
||||
Reference in New Issue
Block a user