diff options
author | Ian Romanick <idr@us.ibm.com> | 2005-07-24 07:38:23 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2005-07-24 07:38:23 +0000 |
commit | e9dbe58b8b541d0abb9be9e1000a63776abe678c (patch) | |
tree | b7b0c2fafc865f7460f1f1ba62e065fb5a9d55c7 /src/glx/x11/glxext.c | |
parent | c39bf5e273a4995a279ae2af59fc29e06ab47e29 (diff) |
Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedef
(from glxclient.h) with PFNCREATENEWSCREEN (from dri_interface.h).
Remove the prototype for __driCreateScreen and fix the prototype for
__driCreateNewScreen (append the API version) in dri_interface.h.
Diffstat (limited to 'src/glx/x11/glxext.c')
-rw-r--r-- | src/glx/x11/glxext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/glxext.c b/src/glx/x11/glxext.c index be6b84b262..1754efa0c2 100644 --- a/src/glx/x11/glxext.c +++ b/src/glx/x11/glxext.c @@ -688,7 +688,7 @@ filter_modes( __GLcontextModes ** server_modes, static void * CallCreateNewScreen(Display *dpy, int scrn, __DRIscreen *psc, __DRIdisplay * driDpy, - CreateNewScreenFunc createNewScreen) + PFNCREATENEWSCREENFUNC createNewScreen) { __DRIscreenPrivate *psp = NULL; #ifndef GLX_USE_APPLEGL |