From 1ddb217d8ed976da7049255ad3c346d961b96901 Mon Sep 17 00:00:00 2001 From: Zack Rusin Date: Wed, 23 Sep 2009 12:05:13 -0400 Subject: [PATCH] st/xorg: fix a typo it'd be too easy, eh --- src/gallium/state_trackers/xorg/xorg_exa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4