reverse some debug that slipped through
This commit is contained in:
@@ -162,12 +162,9 @@ XVisualInfo PUBLIC *
|
||||
glXChooseVisual(Display *dpy, int screen, int *list)
|
||||
{
|
||||
struct _glxapi_table *t;
|
||||
printf("1\n");
|
||||
GET_DISPATCH(dpy, t);
|
||||
printf("2\n");
|
||||
if (!t)
|
||||
return NULL;
|
||||
printf("3\n");
|
||||
return (t->ChooseVisual)(dpy, screen, list);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user