WIP: move bgNoneRoot from opaque.h to dix.h

This commit is contained in:
Enrico Weigelt, metux IT consult
2025-11-20 19:14:30 +01:00
parent a2200f0c82
commit eff843407f
2 changed files with 3 additions and 2 deletions

View File

@@ -225,4 +225,7 @@ extern _X_EXPORT void *lastGLContext;
*/
_X_EXPORT const char *dixGetDisplayName(ScreenPtr *pScreen);
/* TRUE if driver should not clear the root window on startup (if supported) */
extern _X_EXPORT Bool bgNoneRoot;
#endif /* DIX_H */

View File

@@ -33,6 +33,4 @@ from The Open Group.
#include "globals.h"
extern _X_EXPORT Bool bgNoneRoot;
#endif /* OPAQUE_H */