dix/configure: remove null root cursor option

The default behavior of the server is to start with an invisible root cursor.
Be such cursor invisible or inexistent (null), in the end it doesn't matter -
for the user. The content on screen will be the same. Besides, there's no
difference, in terms of performance, whether such cursor is invisible or
simply null. The paths that both take inside the server are roughly the same.

Therefore create a null root cursor becomes irrelevant.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Daniel Stone <daniel@fooishbar.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Tiago Vignatti
2010-01-14 17:18:28 +02:00
committed by Keith Packard
parent b4baab90c0
commit 60b6477f6d
3 changed files with 0 additions and 27 deletions

View File

@@ -414,9 +414,6 @@
/* Use only built-in fonts */
#undef BUILTIN_FONTS
/* Use an empty root cursor */
#undef NULL_ROOT_CURSOR
/* Have a monotonic clock from clock_gettime() */
#undef MONOTONIC_CLOCK