summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/egl
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-11-03 07:04:42 -0600
committerBrian Paul <brianp@vmware.com>2010-11-03 07:04:42 -0600
commitb19b8580602a6ba37e81dc8b64c4ed30c1518886 (patch)
tree172b66f692dee7ab380d38e9d733679282702a7b /src/gallium/state_trackers/egl
parent32bb65217ed048817d314062f2804c79f80d0ec7 (diff)
egl/gdi: fix typo: xsurf->gsurf
Diffstat (limited to 'src/gallium/state_trackers/egl')
-rw-r--r--src/gallium/state_trackers/egl/gdi/native_gdi.c2
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 3ec0dd2411..d259e6edc8 100644
--- a/src/gallium/state_trackers/egl/gdi/native_gdi.c
+++ b/src/gallium/state_trackers/egl/gdi/native_gdi.c
@@ -257,7 +257,7 @@ gdi_display_create_window_surface(struct native_display *ndpy,
gdi_surface_update_geometry(&gsurf->base);
gsurf->base.destroy = gdi_surface_destroy;
- xsurf->base.present = gdi_surface_present;
+ gsurf->base.present = gdi_surface_present;
gsurf->base.validate = gdi_surface_validate;
gsurf->base.wait = gdi_surface_wait;