From a8e195ec24dc244d975cbd3526debc2c22e717be Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Mon, 31 May 2010 12:03:39 +0800 Subject: st/egl: Add GDI backend. The backend uses Windows GDI driver to provide a software EGL implementation on Windows. --- src/gallium/state_trackers/egl/common/egl_g3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/egl/common/egl_g3d.c') diff --git a/src/gallium/state_trackers/egl/common/egl_g3d.c b/src/gallium/state_trackers/egl/common/egl_g3d.c index d63b81a1c5..361cc7960b 100644 --- a/src/gallium/state_trackers/egl/common/egl_g3d.c +++ b/src/gallium/state_trackers/egl/common/egl_g3d.c @@ -426,7 +426,7 @@ egl_g3d_invalid_surface(struct native_display *ndpy, } static struct native_event_handler egl_g3d_native_event_handler = { - .invalid_surface = egl_g3d_invalid_surface + egl_g3d_invalid_surface }; static EGLBoolean -- cgit v1.2.3