Convert 'Display *' to '__DRInativeDisplay *'. Only portions of the
authorIan Romanick <idr@us.ibm.com>
Tue, 1 Jun 2004 20:24:59 +0000 (20:24 +0000)
committerIan Romanick <idr@us.ibm.com>
Tue, 1 Jun 2004 20:24:59 +0000 (20:24 +0000)
commit60b0e12830310e7c05b4043857ed277b28b1c781
tree58346be231b980792a370ca15156134a4725b698
parentec032cb17b2ffb7b9401604258234998612b445f
Convert 'Display *' to '__DRInativeDisplay *'.  Only portions of the
interface that are not *strictly* part of the old interface were
changed.  Replace GetDrawableInfo type (dri_util.h) with
PFNGLXGETDRAWABLEINFOPROC (dri_interface.h).  Wrap __driCreateScreen
(in drivers that use the new interface) with '#ifndef
DRI_NEW_INTERFACE_ONLY'.
include/GL/internal/dri_interface.h
src/mesa/drivers/dri/common/dri_util.c
src/mesa/drivers/dri/common/dri_util.h
src/mesa/drivers/dri/i810/i810screen.c
src/mesa/drivers/dri/i830/i830_screen.c
src/mesa/drivers/dri/mach64/mach64_screen.c
src/mesa/drivers/dri/mga/mga_xmesa.c
src/mesa/drivers/dri/r200/r200_screen.c
src/mesa/drivers/dri/radeon/radeon_screen.c
src/mesa/drivers/dri/tdfx/tdfx_screen.c