Просмотр исходного кода

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 лет назад
Родитель
Сommit
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;


Загрузка…
Отмена
Сохранить