summaryrefslogtreecommitdiff
path: root/src/i810_driver.c
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/i810_driver.c
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/i810_driver.c')
-rw-r--r--src/i810_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_driver.c b/src/i810_driver.c
index 7574fb51..3d4c7d34 100644
--- a/src/i810_driver.c
+++ b/src/i810_driver.c
@@ -381,7 +381,7 @@ static int i810_pitches[] = {
#endif
#endif
-static int I830EntityIndex = -1;
+int I830EntityIndex = -1;
#ifdef XFree86LOADER