Module: Mesa
Branch: master
Commit: 221a04fa8e264fc3aaba17e11f1f97c166416da2
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=221a04fa8e264fc3aaba17e11f1f97c166416da2

Author: José Fonseca <jfons...@vmware.com>
Date:   Thu Sep  8 09:32:10 2011 +0100

st/egl: Fix GDI build.

---

 src/gallium/state_trackers/egl/gdi/native_gdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/egl/gdi/native_gdi.c 
b/src/gallium/state_trackers/egl/gdi/native_gdi.c
index d3fec71..78dbe7c 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;
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to