Browse Source

st/xorg: fix a typo

it'd be too easy, eh
tags/mesa_7_7_rc1
Zack Rusin 16 years ago
parent
commit
1ddb217d8e
1 changed files with 1 additions and 1 deletions
  1. 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

Loading…
Cancel
Save