mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Revert "fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPER"
This reverts commit34a430a16eSigned-off-by: Sérgio M. Basto <sergio@serjux.com> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1720> (cherry picked from commit4cd7e2e819)
This commit is contained in:
committed by
Alan Coopersmith
parent
6a06151731
commit
b46caeacec
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,
|
||||
|
||||
Reference in New Issue
Block a user