summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common/glcontextmodes.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-06-06 02:20:20 +0000
committerIan Romanick <idr@us.ibm.com>2004-06-06 02:20:20 +0000
commite1a7f31c2b47e053ad70f5c4c519e294c273724c (patch)
tree1c1d8402b36cd18019409291fad75c0ebd78ced1 /src/mesa/drivers/dri/common/glcontextmodes.h
parent75046c5e594173c331e5978f2c856be7d8efd0ad (diff)
Remove the rest of the need for glxclient.h and remove it from the tree.
Diffstat (limited to 'src/mesa/drivers/dri/common/glcontextmodes.h')
-rw-r--r--src/mesa/drivers/dri/common/glcontextmodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/common/glcontextmodes.h b/src/mesa/drivers/dri/common/glcontextmodes.h
index 8959e1d4ea..46b4c68dca 100644
--- a/src/mesa/drivers/dri/common/glcontextmodes.h
+++ b/src/mesa/drivers/dri/common/glcontextmodes.h
@@ -37,10 +37,10 @@ extern GLint _gl_convert_from_x_visual_type( int visualType );
extern GLint _gl_convert_to_x_visual_type( int visualType );
extern void _gl_copy_visual_to_context_mode( __GLcontextModes * mode,
const __GLXvisualConfig * config );
-#endif /* DRI_NEW_INTERFACE_ONLY */
-
extern int _gl_get_context_mode_data( const __GLcontextModes *mode,
int attribute, int *value_return );
+#endif /* DRI_NEW_INTERFACE_ONLY */
+
extern __GLcontextModes * _gl_context_modes_create( unsigned count,
size_t minimum_size );
extern void _gl_context_modes_destroy( __GLcontextModes * modes );