~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/dixmods/extmod/xf86dgaext.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifdef HAVE_DIX_CONFIG_H
2
 
#include <dix-config.h>
3
 
#endif
4
 
 
5
 
#ifndef _XF86DGAEXT_H_
6
 
#define _XF86DGAEXT_H_
7
 
 
8
 
extern DISPATCH_PROC(ProcXF86DGADispatch);
9
 
 
10
 
#endif /* _XF86DGAEXT_H_ */