Revert "fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPER"
This reverts commit 34a430a16e
Signed-off-by: Sérgio M. Basto <sergio@serjux.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1720>
This commit is contained in:
parent
8c4b137237
commit
4cd7e2e819
2
fb/fb.h
2
fb/fb.h
|
@ -1030,6 +1030,7 @@ 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,
|
||||
|
@ -1051,6 +1052,7 @@ wfbScreenInit(ScreenPtr pScreen,
|
|||
int width,
|
||||
int bpp,
|
||||
SetupWrapProcPtr setupWrap, FinishWrapProcPtr finishWrap);
|
||||
#endif
|
||||
|
||||
extern _X_EXPORT Bool
|
||||
fbFinishScreenInit(ScreenPtr pScreen,
|
||||
|
|
Loading…
Reference in New Issue