Selaa lähdekoodia

egl: Make demo driver compile

tags/mesa_20090313
Jakob Bornecrantz 17 vuotta sitten
vanhempi
commit
003afbe5bd
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      src/egl/drivers/demo/demo.c

+ 2
- 2
src/egl/drivers/demo/demo.c Näytä tiedosto

@@ -152,9 +152,9 @@ demoCreateContext(_EGLDriver *drv, EGLDisplay dpy, EGLConfig config, EGLContext

/* generate handle and insert into hash table */
_eglSaveContext(&c->Base);
assert(c->Base.Handle);
assert(_eglGetContextHandle(&c->Base));

return c->Base.Handle;
return _eglGetContextHandle(&c->Base);
}



Loading…
Peruuta
Tallenna