mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 21:14:36 +00:00
(submit/miext-extinit) res: unexport noResExtension field
This field isn't used by any drivers, and also better belongs into the corresponding extension instead of OS adaption layer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -62,10 +62,6 @@ extern _X_EXPORT Bool noCompositeExtension;
|
||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||
#endif
|
||||
|
||||
#if defined(RES)
|
||||
extern _X_EXPORT Bool noResExtension;
|
||||
#endif
|
||||
|
||||
#if defined(SCREENSAVER)
|
||||
extern _X_EXPORT Bool noScreenSaverExtension;
|
||||
#endif
|
||||
|
||||
@@ -14,6 +14,7 @@ extern Bool noDPMSExtension;
|
||||
extern Bool noGEExtension;
|
||||
extern Bool noGlxExtension;
|
||||
extern Bool noRenderExtension;
|
||||
extern Bool noResExtension;
|
||||
extern Bool noRRExtension;
|
||||
extern Bool noTestExtensions;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user