diff options
author | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 18:19:34 -0800 |
---|---|---|
committer | Keith Packard <keithp@mandolin.keithp.com> | 2007-01-06 18:19:34 -0800 |
commit | 40af0ee6ba4ab7596fbc7fcc3ad04d109746ca6f (patch) | |
tree | c4868908a9db5b514ea1159024f2a38e381c7c5c /src/i810_driver.c | |
parent | 736d82a6b43f174cb95b425faacd4b0b889916fa (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.c | 2 |
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 |