summaryrefslogtreecommitdiff
path: root/include/dixstruct.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-04-18 18:50:05 -0400
committerAdam Jackson <ajax@redhat.com>2008-04-18 18:50:05 -0400
commiteafaf40fb3368ca7e4cf48336fdb7a6c9f536bfa (patch)
treeeab098b3127ef8d1ea3eaab333b6a4ad72367e3e /include/dixstruct.h
parentf6617b4127125516583f321c961d70f762f728be (diff)
Death to APPGROUP.
Diffstat (limited to 'include/dixstruct.h')
-rw-r--r--include/dixstruct.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/dixstruct.h b/include/dixstruct.h
index d44b9cfa7..18d161ae3 100644
--- a/include/dixstruct.h
+++ b/include/dixstruct.h
@@ -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 */);