Explorar el Código

egl: Make demo driver compile

tags/mesa_20090313
Jakob Bornecrantz hace 17 años
padre
commit
003afbe5bd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      src/egl/drivers/demo/demo.c

+ 2
- 2
src/egl/drivers/demo/demo.c Ver fichero

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



Cargando…
Cancelar
Guardar