mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 06:10:28 +01:00
renamed gl_copy_context to _mesa_copy_context
This commit is contained in:
parent
6542324cb0
commit
643be95416
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: fakeglx.c,v 1.36 2000/08/08 16:20:32 brianp Exp $ */
|
||||
/* $Id: fakeglx.c,v 1.37 2000/09/26 21:28:39 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -1269,7 +1269,7 @@ Fake_glXCopyContext( Display *dpy, GLXContext src, GLXContext dst,
|
|||
XMesaContext xm_src = (XMesaContext) src;
|
||||
XMesaContext xm_dst = (XMesaContext) dst;
|
||||
(void) dpy;
|
||||
gl_copy_context( xm_src->gl_ctx, xm_dst->gl_ctx, (GLuint) mask );
|
||||
_mesa_copy_context( xm_src->gl_ctx, xm_dst->gl_ctx, (GLuint) mask );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue