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

« back to all changes in this revision

Viewing changes to hw/xfree86/dixmods/extmod/modinit.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:
18
18
extern void XTestExtension1Init(INITARGS);
19
19
#endif
20
20
 
 
21
#if 1
 
22
extern void XCMiscExtensionInit(INITARGS);
 
23
#endif
 
24
 
21
25
#ifdef SCREENSAVER
22
26
extern void ScreenSaverExtensionInit (INITARGS);
23
27
#include <X11/extensions/saver.h>