mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
remove a debug printf
This commit is contained in:
parent
8843d52af1
commit
a72edf01ba
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: fakeglx.c,v 1.59 2001/10/22 22:45:18 brianp Exp $ */
|
/* $Id: fakeglx.c,v 1.60 2002/03/15 18:24:53 brianp Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
@ -1235,7 +1235,6 @@ Fake_glXMakeContextCurrent( Display *dpy, GLXDrawable draw,
|
||||||
((__GLXcontext *) ctx)->currentDrawable = draw;
|
((__GLXcontext *) ctx)->currentDrawable = draw;
|
||||||
((__GLXcontext *) ctx)->currentReadable = read;
|
((__GLXcontext *) ctx)->currentReadable = read;
|
||||||
#ifdef GLX_BUILT_IN_XMESA
|
#ifdef GLX_BUILT_IN_XMESA
|
||||||
printf("Set fake context ctx %p\n", ctx);
|
|
||||||
__glXSetCurrentContext(ctx);
|
__glXSetCurrentContext(ctx);
|
||||||
#endif
|
#endif
|
||||||
return True;
|
return True;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue