remove DitherValues
[mesa.git] / src / mesa / drivers / x11 / glxheader.h
index 28e53659f006a7a3fb4a93f2fd57b25e23271f54..b5834003890106d7b732b5c5f383e0fac85bc2aa 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: glxheader.h,v 1.1 1999/11/11 01:29:28 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.3
+ * Version:  4.1
  * 
- * Copyright (C) 1999  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2002  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"),
@@ -28,6 +27,9 @@
 #ifndef GLX_HEADER_H
 #define GLX_HEADER_H
 
+#ifdef __VMS
+#include <GL/vms_x_fix.h>
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "conf.h"
@@ -47,9 +49,6 @@
 
 #else
 
-# ifdef GLX_DIRECT_RENDERING
-#  include "dri_mesaint.h"
-# endif
 # include <X11/Xlib.h>
 # include <X11/Xutil.h>
 # ifdef USE_XSHM  /* was SHM */
@@ -57,6 +56,7 @@
 #  include <sys/shm.h>
 #  include <X11/extensions/XShm.h>
 # endif
+# include <GL/glx.h>
 
 #endif