summaryrefslogtreecommitdiff
path: root/src/brw_structs.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@mandolin.keithp.com>2007-01-06 18:19:34 -0800
committerKeith Packard <keithp@mandolin.keithp.com>2007-01-06 18:19:34 -0800
commit40af0ee6ba4ab7596fbc7fcc3ad04d109746ca6f (patch)
treec4868908a9db5b514ea1159024f2a38e381c7c5c /src/brw_structs.h
parent736d82a6b43f174cb95b425faacd4b0b889916fa (diff)
Numerous symbol scope issues.
I830EntityIndex is shared between 810 and newer driver. Move most EXA rendering state into I830 structure. Declare shared variables in shared header files rather than .c.
Diffstat (limited to 'src/brw_structs.h')
-rw-r--r--src/brw_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/brw_structs.h b/src/brw_structs.h
index d2f9be0f..28d8e127 100644
--- a/src/brw_structs.h
+++ b/src/brw_structs.h
@@ -34,7 +34,7 @@ struct header
{
unsigned int length:16;
unsigned int opcode:16;
-} bits;
+};
union header_union