Mesa (master): docs: do not mentions xthreads any more

Brian Paul brianp at kemper.freedesktop.org
Mon Jul 27 21:42:25 UTC 2009


Module: Mesa
Branch: master
Commit: 27e55588e0f6c8fb570d3ae601319ed001b7e02a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27e55588e0f6c8fb570d3ae601319ed001b7e02a

Author: RALOVICH, Kristóf <tade60 at freemail.hu>
Date:   Thu Jul 23 17:57:48 2009 +0200

docs: do not mentions xthreads any more

---

 docs/dispatch.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/dispatch.html b/docs/dispatch.html
index b9ea882..bcab74c 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>




More information about the mesa-commit mailing list