diff options
author | Zack Rusin <[email protected]> | 2009-09-23 12:05:13 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2009-09-23 12:05:13 -0400 |
commit | 1ddb217d8ed976da7049255ad3c346d961b96901 (patch) | |
tree | 293f471f2928224672e255653dcc20ec2a136225 /src/gallium | |
parent | 5a7f7085303c1337466e231f8fb12b9c4113f4ad (diff) |
st/xorg: fix a typo
it'd be too easy, eh
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 65ae5b308c5..fe1f1cd103c 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 |