From 221a04fa8e264fc3aaba17e11f1f97c166416da2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 8 Sep 2011 09:32:10 +0100 Subject: [PATCH] st/egl: Fix GDI build. --- src/gallium/state_trackers/egl/gdi/native_gdi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/egl/gdi/native_gdi.c b/src/gallium/state_trackers/egl/gdi/native_gdi.c index d3fec719a21..78dbe7cca6c 100644 --- a/src/gallium/state_trackers/egl/gdi/native_gdi.c +++ b/src/gallium/state_trackers/egl/gdi/native_gdi.c @@ -161,7 +161,7 @@ gdi_surface_swap_buffers(struct native_surface *nsurf) static boolean gdi_surface_present(struct native_surface *nsurf, - const native_present_control *ctrl) + const struct native_present_control *ctrl) { boolean ret; -- 2.30.2