From 27e55588e0f6c8fb570d3ae601319ed001b7e02a Mon Sep 17 00:00:00 2001
From: =?utf8?q?RALOVICH=2C=20Krist=C3=B3f?=
Date: Thu, 23 Jul 2009 17:57:48 +0200
Subject: [PATCH] docs: do not mentions xthreads any more
---
docs/dispatch.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/dispatch.html b/docs/dispatch.html
index b9ea8822e60..bcab74c7070 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -198,7 +198,7 @@ few preprocessor defines.
- If GLX_USE_TLS is defined, method #4 is used.
- If PTHREADS is defined, method #3 is used.
-- If any of PTHREADS, USE_XTHREADS,
+
- If any of PTHREADS,
SOLARIS_THREADS, WIN32_THREADS, or BEOS_THREADS
is defined, method #2 is used.
- If none of the preceeding are defined, method #1 is used.
--
2.30.2