From 6fa3e0c937885e0302e8d7258cc94371203a906c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Fri, 23 Jul 2010 12:32:45 -0400 Subject: Add basic support for GLX extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristian Høgsberg --- x11.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'x11.h') diff --git a/x11.h b/x11.h index e80182f..26fd871 100644 --- a/x11.h +++ b/x11.h @@ -256,6 +256,11 @@ #define EXTENSION 159 +#define GLXREQUEST 160 +#define GLXREPLY 161 +#define GLXEVENT 162 +#define GLXERROR 163 + #define MaxTypes 256 extern char ScopeEnabled; -- cgit v1.2.1