summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2010-01-14 17:18:28 +0200
committerKeith Packard <keithp@keithp.com>2010-01-27 21:28:57 -0800
commit60b6477f6dc005a1b052be8c5e5a549550a4aa88 (patch)
treef8a3006a2eb094682e4cd1c2178f23e0b15acd58 /include/dix-config.h.in
parentb4baab90c0d98bef98d485682d4a69a327a380d6 (diff)
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>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 84c78db54..e942dacf7 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -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