2013-12-12 15:33:35 +01:00
|
|
|
Author: Michal Srb <msrb@suse.com>
|
|
|
|
|
|
|
|
Fix compatibility with nvidia binary drivers
|
|
|
|
|
|
|
|
(bnc#849152)
|
|
|
|
|
2013-11-05 09:40:55 +01:00
|
|
|
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;
|