diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-02-14 14:37:02 -0800 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-02-14 14:37:02 -0800 |
commit | ec55dd16c4c5f7612d33ae22a6249b3b1c60e2b6 (patch) | |
tree | b3281f4ab52353ebbe8792161e7df93d7b00c1cc /src/i830_tv.c | |
parent | 22a271555a46267c40448fa926d45692498ef7c6 (diff) |
Global namespace cleanups, filename fixes.
Ensure all xf86 symbols created here are protected with XF86NAME.
Remove accidentally exported symbols from namespace.
Make all to-be-DI files prefixed with i830_xf86.
Diffstat (limited to 'src/i830_tv.c')
-rw-r--r-- | src/i830_tv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_tv.c b/src/i830_tv.c index 5ee8866a..95612e41 100644 --- a/src/i830_tv.c +++ b/src/i830_tv.c @@ -1310,7 +1310,7 @@ i830_tv_detect(xf86OutputPtr output) } } -struct input_res { +static struct input_res { char *name; int w, h; } input_res_table[] = |