Death to APPGROUP.

This commit is contained in:
Adam Jackson
2008-04-18 18:50:05 -04:00
parent f6617b4127
commit eafaf40fb3
15 changed files with 1 additions and 980 deletions

View File

@@ -416,9 +416,6 @@
/* Support Xv extension */
#undef XV
/* Build APPGROUP extension */
#undef XAPPGROUP
/* Build TOG-CUP extension */
#undef TOGCUP

View File

@@ -125,9 +125,7 @@ typedef struct _Client {
int requestLogIndex;
#endif
unsigned long replyBytesRemaining;
#ifdef XAPPGROUP
struct _AppGroupRec* appgroup;
#endif
void *appgroup; /* Can't remove, ABI */
struct _FontResolution * (*fontResFunc) ( /* no need for font.h */
ClientPtr /* pClient */,
int * /* num */);

View File

@@ -118,10 +118,6 @@ extern Bool noXcupExtension;
extern Bool noResExtension;
#endif
#ifdef XAPPGROUP
extern Bool noXagExtension;
#endif
#ifdef XCMISC
extern Bool noXCMiscExtension;
#endif