Procházet zdrojové kódy

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 před 14 roky
rodič
revize
cd9627777c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      src/gallium/state_trackers/glx/xlib/xm_api.c

+ 1
- 1
src/gallium/state_trackers/glx/xlib/xm_api.c Zobrazit soubor

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


Načítá se…
Zrušit
Uložit