summaryrefslogtreecommitdiff
path: root/docs/dispatch.html
diff options
context:
space:
mode:
authorRALOVICH, Kristóf <tade60@freemail.hu>2009-07-23 17:57:48 +0200
committerBrian Paul <brianp@vmware.com>2009-07-27 15:38:04 -0600
commit27e55588e0f6c8fb570d3ae601319ed001b7e02a (patch)
treeff89ae402cbbffcbed616b725043d5f4b92f98b6 /docs/dispatch.html
parentbdb8ee51867b88806ec0e17a637b3ef99258e8c6 (diff)
docs: do not mentions xthreads any more
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r--docs/dispatch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html
index b9ea8822e6..bcab74c707 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -198,7 +198,7 @@ few preprocessor defines.</p>
<ul>
<li>If <tt>GLX_USE_TLS</tt> is defined, method #4 is used.</li>
<li>If <tt>PTHREADS</tt> is defined, method #3 is used.</li>
-<li>If any of <tt>PTHREADS</tt>, <tt>USE_XTHREADS</tt>,
+<li>If any of <tt>PTHREADS</tt>,
<tt>SOLARIS_THREADS</tt>, <tt>WIN32_THREADS</tt>, or <tt>BEOS_THREADS</tt>
is defined, method #2 is used.</li>
<li>If none of the preceeding are defined, method #1 is used.</li>