Skip to content

fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPER

Florian Weimer requested to merge fweimer/xserver:c99 into master

xf86-video-nouveau calls wfbScreenInit without defining FB_ACCESS_WRAPPER (which has other unintended side effects). Presently, this compiles and links because compilers still support implicit function declarations, but this is going to change fairly soon. This seems to be the most straightforward change to keep the driver building.

Related to:

Merge request reports