mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Cleaning up ifdef MPX from remaining files, removing it from configure.ac.
Removing building mpx extension from Makefile.am
This commit is contained in:
parent
03c554283e
commit
d8b5394eda
12 changed files with 29 additions and 63 deletions
|
|
@ -350,9 +350,6 @@
|
|||
/* Support X Input extension */
|
||||
#undef XINPUT
|
||||
|
||||
/* Support MPX multipointer extension */
|
||||
#undef MPX
|
||||
|
||||
/* Build XKB */
|
||||
#undef XKB
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -63,10 +63,6 @@ extern Bool noCompositeExtension;
|
|||
extern Bool noDamageExtension;
|
||||
#endif
|
||||
|
||||
#ifdef MPX
|
||||
extern Bool noMPXExtension;
|
||||
#endif
|
||||
|
||||
#ifdef DBE
|
||||
extern Bool noDbeExtension;
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -142,9 +142,6 @@
|
|||
/* Support X Input extension */
|
||||
#undef XINPUT
|
||||
|
||||
/* Support MPX multipointer extension */
|
||||
#undef MPX
|
||||
|
||||
/* Build XKB */
|
||||
#undef XKB
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue