1 /* $Xorg: Xcupstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
5 Copyright 1987, 1988, 1998 The Open Group
7 Permission to use, copy, modify, distribute, and sell this software and its
8 documentation for any purpose is hereby granted without fee, provided that
9 the above copyright notice appear in all copies and that both that
10 copyright notice and this permission notice appear in supporting
13 The above copyright notice and this permission notice shall be included in
14 all copies or substantial portions of the Software.
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
20 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23 Except as contained in this notice, the name of The Open Group shall not be
24 used in advertising or otherwise to promote the sale, use or other dealings
25 in this Software without prior written authorization from The Open Group.
28 /* $XFree86: xc/include/extensions/Xcupstr.h,v 3.5 2001/08/01 00:44:35 tsi Exp $ */
30 #ifndef _XCUPSTR_H_ /* { */
33 #include <X11/extensions/Xcup.h>
35 #define XCUPNAME "TOG-CUP"
37 #define XCUP_MAJOR_VERSION 1 /* current version numbers */
38 #define XCUP_MINOR_VERSION 0
40 typedef struct _XcupQueryVersion
{
41 CARD8 reqType
; /* always XcupReqCode */
42 CARD8 xcupReqType
; /* always X_XcupQueryVersion */
44 CARD16 client_major_version B16
;
45 CARD16 client_minor_version B16
;
46 } xXcupQueryVersionReq
;
47 #define sz_xXcupQueryVersionReq 8
50 BYTE type
; /* X_Reply */
52 CARD16 sequence_number B16
;
54 CARD16 server_major_version B16
;
55 CARD16 server_minor_version B16
;
61 } xXcupQueryVersionReply
;
62 #define sz_xXcupQueryVersionReply 32
64 typedef struct _XcupGetReservedColormapEntries
{
65 CARD8 reqType
; /* always XcupReqCode */
66 CARD8 xcupReqType
; /* always X_XcupGetReservedColormapEntries */
69 } xXcupGetReservedColormapEntriesReq
;
70 #define sz_xXcupGetReservedColormapEntriesReq 8
73 BYTE type
; /* X_Reply */
75 CARD16 sequence_number B16
;
83 } xXcupGetReservedColormapEntriesReply
;
84 #define sz_xXcupGetReservedColormapEntriesReply 32
86 typedef struct _XcupStoreColors
{
87 CARD8 reqType
; /* always XcupReqCode */
88 CARD8 xcupReqType
; /* always X_XcupStoreColors */
91 } xXcupStoreColorsReq
;
92 #define sz_xXcupStoreColorsReq 8
95 BYTE type
; /* X_Reply */
97 CARD16 sequence_number B16
;
105 } xXcupStoreColorsReply
;
106 #define sz_xXcupStoreColorsReply 32
108 #endif /* } _XCUPSTR_H_ */