mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Death to APPGROUP.
This commit is contained in:
@@ -416,9 +416,6 @@
|
||||
/* Support Xv extension */
|
||||
#undef XV
|
||||
|
||||
/* Build APPGROUP extension */
|
||||
#undef XAPPGROUP
|
||||
|
||||
/* Build TOG-CUP extension */
|
||||
#undef TOGCUP
|
||||
|
||||
|
||||
@@ -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 */);
|
||||
|
||||
@@ -118,10 +118,6 @@ extern Bool noXcupExtension;
|
||||
extern Bool noResExtension;
|
||||
#endif
|
||||
|
||||
#ifdef XAPPGROUP
|
||||
extern Bool noXagExtension;
|
||||
#endif
|
||||
|
||||
#ifdef XCMISC
|
||||
extern Bool noXCMiscExtension;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user