mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
treewide: preemptively revert !1714 where it affects ABI compatibility
this adds dummy pointers in place of removed fields in some structs, only for SDK headers, to preserve ABI some of these fix segfaults for nvidia driver, some are preemptive Signed-off-by: dasha_uwu <dasha@linuxping.win>
This commit is contained in:
committed by
Enrico Weigelt
parent
1489474583
commit
a776156b54
@@ -294,6 +294,9 @@ typedef struct _PictureScreen {
|
||||
GlyphsProcPtr Glyphs; /* unused */
|
||||
CompositeRectsProcPtr CompositeRects;
|
||||
|
||||
void *_dummy1; // required in place of a removed field for ABI compatibility
|
||||
void *_dummy2; // required in place of a removed field for ABI compatibility
|
||||
|
||||
StoreColorsProcPtr StoreColors;
|
||||
|
||||
InitIndexedProcPtr InitIndexed;
|
||||
|
||||
Reference in New Issue
Block a user