summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@hinata.boston.redhat.com>2007-05-14 17:07:16 -0400
committerKristian Høgsberg <krh@redhat.com>2007-10-10 18:46:51 -0400
commit295dc2d225ccac1951c0fcc2c08119f31d1b575c (patch)
treea005f34b8e42b4a2f43b65dd7c8d8143b36b9856 /include
parent64106d0d9aeefa6974317042b6bc3e5eaabac5a2 (diff)
Stop passing in unused fbconfigs to createNewScreen.
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/dri_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/GL/internal/dri_interface.h b/include/GL/internal/dri_interface.h
index 178134270d1..aa2b1cf8057 100644
--- a/include/GL/internal/dri_interface.h
+++ b/include/GL/internal/dri_interface.h
@@ -115,7 +115,6 @@ typedef void (* PFNGLXSCRENABLEEXTENSIONPROC) (__DRIscreen *screen,
#define __DRI_INTERFACE_VERSION 20070105
typedef void *(CREATENEWSCREENFUNC)(int scr, __DRIscreen *psc,
- const __GLcontextModes * modes,
const __DRIversion * ddx_version, const __DRIversion * dri_version,
const __DRIversion * drm_version, const __DRIframebuffer * frame_buffer,
void * pSAREA, int fd, int internal_api_version,