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.h | |
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.h')
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "vbe.h" #include "vgaHW.h" #include "i830_xf86Crtc.h" -#include "i830_randr.h" +#include "i830_xf86RandR12.h" #ifdef XF86DRI #include "xf86drm.h" |