Browse Source

i915: Get up to date with the latest EGL changes

tags/mesa_20090313
Jakob Bornecrantz 17 years ago
parent
commit
0cd75a4c99
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/winsys/egl_drm/intel/intel_egl.c

+ 1
- 1
src/gallium/winsys/egl_drm/intel/intel_egl.c View File

@@ -588,7 +588,7 @@ drm_swap_buffers(_EGLDriver *drv, EGLDisplay dpy, EGLSurface draw)
* plug in API functions.
*/
_EGLDriver *
_eglMain(_EGLDisplay *dpy)
_eglMain(_EGLDisplay *dpy, const char *args)
{
struct drm_driver *drm;


Loading…
Cancel
Save