Egbert Eich
63af0702ac
SUSE specific and to-be-upstreamed patches. - Added descriptions to a number of patches. - Renamed some patches: * N_p_default-module-path.diff -> N_default-module-path.diff * n_xorg-x11-server-rpmmacros.patch -> N_xorg-x11-server-rpmmacros.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=480
27 lines
828 B
Diff
27 lines
828 B
Diff
Author: Michal Srb <msrb@suse.com>
|
|
|
|
Fix compatibility with nvidia binary drivers
|
|
|
|
(bnc#849152)
|
|
|
|
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;
|