dix: enable null root cursor

Enable a blank root cursor, selectable with --enable-null-root-cursor at
configure time.
This commit is contained in:
Daniel Stone
2006-08-18 18:03:41 +03:00
committed by Daniel Stone
parent 0704bb298c
commit a56b98bb04
3 changed files with 22 additions and 0 deletions

View File

@@ -445,4 +445,7 @@
/* Avoid using font servers */
#undef NOFONTSERVERACCESS
/* Use an empty root cursor */
#undef NULL_ROOT_CURSOR
#endif /* _DIX_CONFIG_H_ */