Skip to content

Commit 062b7a9

Browse files
committed
WIP: move bgNoneRoot from opaque.h to dix.h
1 parent 7293fc1 commit 062b7a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

include/dix.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,7 @@ extern _X_EXPORT void *lastGLContext;
225225
*/
226226
_X_EXPORT const char *dixGetDisplayName(ScreenPtr *pScreen);
227227

228+
/* TRUE if driver should not clear the root window on startup (if supported) */
229+
extern _X_EXPORT Bool bgNoneRoot;
230+
228231
#endif /* DIX_H */

include/opaque.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,4 @@ from The Open Group.
3333

3434
#include "globals.h"
3535

36-
extern _X_EXPORT Bool bgNoneRoot;
37-
3836
#endif /* OPAQUE_H */

0 commit comments

Comments
 (0)