Mesa (master): st/xorg: fix a typo

Zack Rusin zack at kemper.freedesktop.org
Wed Sep 23 15:58:45 UTC 2009


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

Author: Zack Rusin <zackr at vmware.com>
Date:   Wed Sep 23 12:05:13 2009 -0400

st/xorg: fix a typo

it'd be too easy, eh

---

 src/gallium/state_trackers/xorg/xorg_exa.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_exa.h b/src/gallium/state_trackers/xorg/xorg_exa.h
index 65ae5b3..fe1f1cd 100644
--- a/src/gallium/state_trackers/xorg/xorg_exa.h
+++ b/src/gallium/state_trackers/xorg/xorg_exa.h
@@ -35,7 +35,7 @@ struct exa_context
 
    /* we should combine these two */
    float vertices2[4][2][4];
-   float vertices3[4][2][4];
+   float vertices3[4][3][4];
 };
 
 struct exa_pixmap_priv




More information about the mesa-commit mailing list