summaryrefslogtreecommitdiff
path: root/glx/glxserver.h
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2012-07-10 02:02:55 +0100
committerKeith Packard <keithp@keithp.com>2012-07-09 23:06:41 -0700
commitb86aa74cafddf9bca5addfeb458a23f46ddcf132 (patch)
treed00cbc8e3b3be064c2911d9f863cf68db2cdd08e /glx/glxserver.h
parent13552a5c4701097a1507a99ed8366ab1438844b6 (diff)
GLX: Insert swrast provider from GlxExtensionInit
Rather than making poor old miinitext.c do it, including making DMX have fake symbols just to keep it happy. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Stéphane Marchesin <stephane.marchesin@gmail.com> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glx/glxserver.h')
-rw-r--r--glx/glxserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glx/glxserver.h b/glx/glxserver.h
index 24e3d626f..61c45c51e 100644
--- a/glx/glxserver.h
+++ b/glx/glxserver.h
@@ -99,6 +99,7 @@ struct __GLXprovider {
const char *name;
__GLXprovider *next;
};
+__GLXprovider __glXDRISWRastProvider;
void GlxPushProvider(__GLXprovider * provider);