summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-01-17 19:28:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-01-17 19:28:43 +0000
commit328bb7f40f3d07bb12607839dd6a9259861af0e0 (patch)
tree874751d31600b6017942f1febe88104062b06c71 /src/mesa/glapi
parentc2319b43155a566223c4692e3b0710d98b3aeef6 (diff)
added _glapi_Dispatch
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/glapi.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h
index 8673ee887a..93631cac28 100644
--- a/src/mesa/glapi/glapi.h
+++ b/src/mesa/glapi/glapi.h
@@ -1,10 +1,10 @@
-/* $Id: glapi.h,v 1.12 2000/01/05 04:36:17 brianp Exp $ */
+/* $Id: glapi.h,v 1.13 2000/01/17 19:28:43 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 3.3
*
- * Copyright (C) 1999 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -36,6 +36,8 @@ struct _glapi_table;
extern void *_glapi_CurrentContext;
+extern struct _glapi_table *_glapi_Dispatch;
+
extern void
_glapi_check_multithread(void);