mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
WIP: move bgNoneRoot from opaque.h to dix.h
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -33,6 +33,4 @@ from The Open Group.
|
||||
|
||||
#include "globals.h"
|
||||
|
||||
extern _X_EXPORT Bool bgNoneRoot;
|
||||
|
||||
#endif /* OPAQUE_H */
|
||||
|
||||
Reference in New Issue
Block a user