浏览代码

st/glx: Set the drawable attribute on xmesa_buffer creation.

Otherwise we'll be unable to use our pbuffers.
tags/mesa-8.0-rc1
Stephen White 14 年前
父节点
当前提交
cd9627777c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/gallium/state_trackers/glx/xlib/xm_api.c

+ 1
- 1
src/gallium/state_trackers/glx/xlib/xm_api.c 查看文件

@@ -448,7 +448,7 @@ create_xmesa_buffer(Drawable d, BufferType type,
if (!b)
return NULL;

b->ws.drawable = d;
b->ws.drawable = b->drawable = d;
b->ws.visual = vis->visinfo->visual;
b->ws.depth = vis->visinfo->depth;


正在加载...
取消
保存