mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
added a comment
This commit is contained in:
parent
d66ca10c53
commit
8816c70a61
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: context.c,v 1.168 2002/06/15 03:03:07 brianp Exp $ */
|
||||
/* $Id: context.c,v 1.169 2002/06/16 01:10:41 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -2137,6 +2137,7 @@ _mesa_make_current2( GLcontext *newCtx, GLframebuffer *drawBuffer,
|
|||
/* _mesa_update_state( newCtx ); */
|
||||
}
|
||||
|
||||
/* This is only for T&L - a bit out of place, or misnamed (BP) */
|
||||
if (newCtx->Driver.MakeCurrent)
|
||||
newCtx->Driver.MakeCurrent( newCtx, drawBuffer, readBuffer );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue