From: Zack Rusin Date: Wed, 23 Sep 2009 16:05:13 +0000 (-0400) Subject: st/xorg: fix a typo X-Git-Tag: mesa-7.8~2720^2~212 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ddb217d8ed976da7049255ad3c346d961b96901;p=platform%2Fupstream%2Fmesa.git st/xorg: fix a typo it'd be too easy, eh --- 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