303f3e95d3
Add patch to fix struct _Window::backStorage related compile failure.
Since xserver commit 'dix: Remove WindowRec::backStorage ' ([1])
struct _Window::backStorage is gone, use struct _Window::backingStore instead.
Fixes:
backing_store_tuner.c: In function 'xPostValidateTree':
backing_store_tuner.c:112:48: error: 'struct _Window' has no member named 'backStorage'
112 | if (!private->ForceBackingStore && focusWin->backStorage) {
| ^~
backing_store_tuner.c:128:20: error: 'struct _Window' has no member named 'backStorage'
128 | if (!curWin->backStorage && (private->ForceBackingStore ||
| ^~
backing_store_tuner.c: In function 'xReparentWindow':
backing_store_tuner.c:161:46: error: 'struct _Window' has no member named 'backStorage'
161 | if (pPriorParent == pScreen->root && pWin->backStorage) {
| ^~
[1]
|
||
---|---|---|
.. | ||
0001-sunxi_x_g2d-drop-unused-dri2-include.patch | ||
0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch | ||
0003-Update-for-1.20-ABI.patch | ||
0004-xorg.conf-add-mandatory-modules-fb-shadow-fbdevhw.patch | ||
0005-backing_store_tuner-struct-_Window-backStorage-is-go.patch | ||
Config.in | ||
xdriver_xf86-video-fbturbo.hash | ||
xdriver_xf86-video-fbturbo.mk |