forked from pool/xorg-x11-server
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;
|