forked from pool/xorg-x11-server
d02ce72bd6
- N_randr_fix_abi.patch * Fixes compatibility with nvidia binary drivers. OBS-URL: https://build.opensuse.org/request/show/205546 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=466
21 lines
732 B
Diff
21 lines
732 B
Diff
diff --git a/randr/randrstr.h b/randr/randrstr.h
|
|
index 15299fd..03ed146 100644
|
|
--- a/randr/randrstr.h
|
|
+++ b/randr/randrstr.h
|
|
@@ -301,7 +301,6 @@ typedef struct _rrScrPriv {
|
|
Bool changed; /* some config changed */
|
|
Bool configChanged; /* configuration changed */
|
|
Bool layoutChanged; /* screen layout changed */
|
|
- Bool resourcesChanged; /* screen resources change */
|
|
|
|
CARD16 minWidth, minHeight;
|
|
CARD16 maxWidth, maxHeight;
|
|
@@ -338,6 +337,7 @@ typedef struct _rrScrPriv {
|
|
|
|
RRProviderDestroyProcPtr rrProviderDestroy;
|
|
|
|
+ Bool resourcesChanged; /* screen resources change */
|
|
} rrScrPrivRec, *rrScrPrivPtr;
|
|
|
|
extern _X_EXPORT DevPrivateKeyRec rrPrivKeyRec;
|