You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i running 'make', the follow erros happend:
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) {
| ^~
make[2]: *** [Makefile:553: backing_store_tuner.lo] Error 1
make[2]: Leaving directory '/home/logpyx/xf86-video-fbturbo/src'
make[1]: *** [Makefile:445: all-recursive] Error 1
make[1]: Leaving directory '/home/logpyx/xf86-video-fbturbo'
make: *** [Makefile:377: all] Error 2
Do you now how i can resolve this?
Tanks for your time.
(my english is so bad)
The text was updated successfully, but these errors were encountered:
Hellow my friend,
When i running 'make', the follow erros happend:
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) {
| ^~
make[2]: *** [Makefile:553: backing_store_tuner.lo] Error 1
make[2]: Leaving directory '/home/logpyx/xf86-video-fbturbo/src'
make[1]: *** [Makefile:445: all-recursive] Error 1
make[1]: Leaving directory '/home/logpyx/xf86-video-fbturbo'
make: *** [Makefile:377: all] Error 2
Do you now how i can resolve this?
Tanks for your time.
(my english is so bad)
The text was updated successfully, but these errors were encountered: