diff options
author | Brian Paul <[email protected]> | 2010-11-03 07:04:42 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-11-03 07:04:42 -0600 |
commit | b19b8580602a6ba37e81dc8b64c4ed30c1518886 (patch) | |
tree | 172b66f692dee7ab380d38e9d733679282702a7b | |
parent | 32bb65217ed048817d314062f2804c79f80d0ec7 (diff) |
egl/gdi: fix typo: xsurf->gsurf
-rw-r--r-- | 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 3ec0dd24114..d259e6edc89 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; |