Finish off the previous fix for TFP.

A couple of those lines of debug printfs I deleted weren't actually debug
printfs.
This commit is contained in:
Eric Anholt
2008-09-12 14:18:14 -07:00
parent 34bba445a1
commit bdc8ac4ae2
+3
View File
@@ -211,6 +211,9 @@ dri2GetBuffers(__DRIdrawable *driDrawable,
buffers = DRI2GetBuffers(pdraw->base.psc->dpy, pdraw->base.xDrawable,
width, height, attachments, count, out_count);
if (buffers == NULL)
return NULL;
pdraw->width = *width;
pdraw->height = *height;