ソースを参照

Finish off the previous fix for TFP.

A couple of those lines of debug printfs I deleted weren't actually debug
printfs.
tags/mesa_7_3_rc1
Eric Anholt 17年前
コミット
bdc8ac4ae2
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      src/glx/x11/dri2_glx.c

+ 3
- 0
src/glx/x11/dri2_glx.c ファイルの表示

@@ -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;


読み込み中…
キャンセル
保存