We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7293fc1 commit 062b7a9Copy full SHA for 062b7a9
include/dix.h
@@ -225,4 +225,7 @@ extern _X_EXPORT void *lastGLContext;
225
*/
226
_X_EXPORT const char *dixGetDisplayName(ScreenPtr *pScreen);
227
228
+/* TRUE if driver should not clear the root window on startup (if supported) */
229
+extern _X_EXPORT Bool bgNoneRoot;
230
+
231
#endif /* DIX_H */
include/opaque.h
@@ -33,6 +33,4 @@ from The Open Group.
33
34
#include "globals.h"
35
36
-extern _X_EXPORT Bool bgNoneRoot;
37
-
38
#endif /* OPAQUE_H */
0 commit comments