Cleaning up ifdef MPX from remaining files, removing it from configure.ac.

Removing building mpx extension from Makefile.am
This commit is contained in:
Peter Hutterer 2006-12-18 17:35:34 +10:30 committed by Peter Hutterer
commit d8b5394eda
12 changed files with 29 additions and 63 deletions

View file

@ -350,9 +350,6 @@
/* Support X Input extension */
#undef XINPUT
/* Support MPX multipointer extension */
#undef MPX
/* Build XKB */
#undef XKB

View file

@ -825,8 +825,6 @@ extern int xstrcasecmp(char *s1, char *s2);
/* ffs.c */
extern int ffs(int i);
#ifdef MPX
extern Bool MPHasCursor(DeviceIntPtr pDev);
#endif
extern Bool DevHasCursor(DeviceIntPtr pDev);
#endif /* DIX_H */

View file

@ -63,10 +63,6 @@ extern Bool noCompositeExtension;
extern Bool noDamageExtension;
#endif
#ifdef MPX
extern Bool noMPXExtension;
#endif
#ifdef DBE
extern Bool noDbeExtension;
#endif

View file

@ -142,9 +142,6 @@
/* Support X Input extension */
#undef XINPUT
/* Support MPX multipointer extension */
#undef MPX
/* Build XKB */
#undef XKB