From: Jakob Bornecrantz Date: Thu, 29 May 2008 10:54:01 +0000 (+0200) Subject: i915: Get up to date with the latest EGL changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cd75a4c99ec63b514b6fbb53152858fa20f53ec;p=mesa.git i915: Get up to date with the latest EGL changes --- diff --git a/src/gallium/winsys/egl_drm/intel/intel_egl.c b/src/gallium/winsys/egl_drm/intel/intel_egl.c index 809371fdeb1..41b7eac4eda 100644 --- a/src/gallium/winsys/egl_drm/intel/intel_egl.c +++ b/src/gallium/winsys/egl_drm/intel/intel_egl.c @@ -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;