Mark __driCreateNewScreen PUBLIC

This commit is contained in:
Adam Jackson 2004-12-15 23:26:49 +00:00
parent 791ce02244
commit 3d7aec70c9
12 changed files with 12 additions and 0 deletions

View file

@ -402,6 +402,7 @@ void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -459,6 +459,7 @@ i830FillInModes( unsigned pixel_bits, unsigned depth_bits,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -420,6 +420,7 @@ intelFillInModes( unsigned pixel_bits, unsigned depth_bits,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -467,6 +467,7 @@ void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -890,6 +890,7 @@ void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -451,6 +451,7 @@ r128FillInModes( unsigned pixel_bits, unsigned depth_bits,
* \return A pointer to a \c __DRIscreenPrivate on success, or \c NULL on
* failure.
*/
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -609,6 +609,7 @@ void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -525,6 +525,7 @@ void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -913,6 +913,7 @@ savageFillInModes( unsigned pixel_bits, unsigned depth_bits,
* \return A pointer to a \c __DRIscreenPrivate on success, or \c NULL on
* failure.
*/
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -366,6 +366,7 @@ void *__driCreateScreen(Display *dpy, int scrn, __DRIscreen *psc,
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn,
__DRIscreen *psc,
const __GLcontextModes *modes,

View file

@ -366,6 +366,7 @@ static __GLcontextModes *tdfxFillInModes(unsigned pixel_bits,
* \return A pointer to a \c __DRIscreenPrivate on success, or \c NULL on
* failure.
*/
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,

View file

@ -374,6 +374,7 @@ viaFillInModes( unsigned pixel_bits, GLboolean have_back_buffer )
* failure.
*/
#ifdef USE_NEW_INTERFACE
PUBLIC
void * __driCreateNewScreen( __DRInativeDisplay *dpy, int scrn, __DRIscreen *psc,
const __GLcontextModes * modes,
const __DRIversion * ddx_version,