summaryrefslogtreecommitdiff
path: root/include/glvnd/libglxabi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glvnd/libglxabi.h')
-rw-r--r--include/glvnd/libglxabi.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/glvnd/libglxabi.h b/include/glvnd/libglxabi.h
index 13189b9..b664e76 100644
--- a/include/glvnd/libglxabi.h
+++ b/include/glvnd/libglxabi.h
@@ -387,11 +387,11 @@ typedef struct __GLXapiImportsRec {
/*****************************************************************************/
#define __GLX_MAIN_PROTO_NAME "__glx_Main"
-#define __GLX_MAIN_PROTO(version, exports, vendor, imports) \
- __GLXapiImports *__glx_Main(uint32_t version, \
- const __GLXapiExports *exports, \
- __GLXvendorInfo *vendor, \
- __GLXapiImports *imports)
+#define __GLX_MAIN_PROTO(version, exports, vendor, imports) \
+ Bool __glx_Main(uint32_t version, \
+ const __GLXapiExports *exports, \
+ __GLXvendorInfo *vendor, \
+ __GLXapiImports *imports)
typedef Bool (*__PFNGLXMAINPROC)
(uint32_t version, const __GLXapiExports *exports, __GLXvendorInfo *vendor, __GLXapiImports *imports);