This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
st/xorg: fix a typo
it'd be too easy, eh
tags/mesa_7_7_rc1
Zack Rusin
16 years ago
parent
5a7f708530
commit
1ddb217d8e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/gallium/state_trackers/xorg/xorg_exa.h
+ 1
- 1
src/gallium/state_trackers/xorg/xorg_exa.h
View File
@@ -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
Write
Preview
Loading…
Cancel
Save