diff options
Diffstat (limited to 'X11/extensions/Xcup.h')
-rw-r--r-- | X11/extensions/Xcup.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/X11/extensions/Xcup.h b/X11/extensions/Xcup.h index b1df039e6..c8074cf3d 100644 --- a/X11/extensions/Xcup.h +++ b/X11/extensions/Xcup.h @@ -1,4 +1,3 @@ -/* $Xorg: Xcup.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */ /* Copyright 1987, 1988, 1998 The Open Group @@ -24,20 +23,12 @@ used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86$ */ #ifndef _XCUP_H_ #define _XCUP_H_ #include <X11/Xfuncproto.h> - -#define X_XcupQueryVersion 0 -#define X_XcupGetReservedColormapEntries 1 -#define X_XcupStoreColors 2 - -#define XcupNumberErrors 0 - -#ifndef _XCUP_SERVER_ +#include <X11/extensions/cup.h> _XFUNCPROTOBEGIN @@ -63,7 +54,5 @@ Status XcupStoreColors( _XFUNCPROTOEND -#endif /* _XCUP_SERVER_ */ - #endif /* _XCUP_H_ */ |