Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/X11/extensio...
File: cupproto.h
/*
[0] Fix | Delete
[1] Fix | Delete
Copyright 1987, 1988, 1998 The Open Group
[2] Fix | Delete
[3] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[4] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[5] Fix | Delete
the above copyright notice appear in all copies and that both that
[6] Fix | Delete
copyright notice and this permission notice appear in supporting
[7] Fix | Delete
documentation.
[8] Fix | Delete
[9] Fix | Delete
The above copyright notice and this permission notice shall be included in
[10] Fix | Delete
all copies or substantial portions of the Software.
[11] Fix | Delete
[12] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[13] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[14] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[15] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[16] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[17] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[18] Fix | Delete
[19] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[20] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[21] Fix | Delete
in this Software without prior written authorization from The Open Group.
[22] Fix | Delete
[23] Fix | Delete
*/
[24] Fix | Delete
[25] Fix | Delete
#ifndef _XCUPPROTO_H_ /* { */
[26] Fix | Delete
#define _XCUPPROTO_H_
[27] Fix | Delete
[28] Fix | Delete
#include <X11/extensions/cup.h>
[29] Fix | Delete
[30] Fix | Delete
#define X_XcupQueryVersion 0
[31] Fix | Delete
#define X_XcupGetReservedColormapEntries 1
[32] Fix | Delete
#define X_XcupStoreColors 2
[33] Fix | Delete
[34] Fix | Delete
typedef struct _XcupQueryVersion {
[35] Fix | Delete
CARD8 reqType; /* always XcupReqCode */
[36] Fix | Delete
CARD8 xcupReqType; /* always X_XcupQueryVersion */
[37] Fix | Delete
CARD16 length;
[38] Fix | Delete
CARD16 client_major_version;
[39] Fix | Delete
CARD16 client_minor_version;
[40] Fix | Delete
} xXcupQueryVersionReq;
[41] Fix | Delete
#define sz_xXcupQueryVersionReq 8
[42] Fix | Delete
[43] Fix | Delete
typedef struct {
[44] Fix | Delete
BYTE type; /* X_Reply */
[45] Fix | Delete
BOOL pad1;
[46] Fix | Delete
CARD16 sequence_number;
[47] Fix | Delete
CARD32 length;
[48] Fix | Delete
CARD16 server_major_version;
[49] Fix | Delete
CARD16 server_minor_version;
[50] Fix | Delete
CARD32 pad2;
[51] Fix | Delete
CARD32 pad3;
[52] Fix | Delete
CARD32 pad4;
[53] Fix | Delete
CARD32 pad5;
[54] Fix | Delete
CARD32 pad6;
[55] Fix | Delete
} xXcupQueryVersionReply;
[56] Fix | Delete
#define sz_xXcupQueryVersionReply 32
[57] Fix | Delete
[58] Fix | Delete
typedef struct _XcupGetReservedColormapEntries {
[59] Fix | Delete
CARD8 reqType; /* always XcupReqCode */
[60] Fix | Delete
CARD8 xcupReqType; /* always X_XcupGetReservedColormapEntries */
[61] Fix | Delete
CARD16 length;
[62] Fix | Delete
CARD32 screen;
[63] Fix | Delete
} xXcupGetReservedColormapEntriesReq;
[64] Fix | Delete
#define sz_xXcupGetReservedColormapEntriesReq 8
[65] Fix | Delete
[66] Fix | Delete
typedef struct {
[67] Fix | Delete
BYTE type; /* X_Reply */
[68] Fix | Delete
BOOL pad1;
[69] Fix | Delete
CARD16 sequence_number;
[70] Fix | Delete
CARD32 length;
[71] Fix | Delete
CARD32 pad2;
[72] Fix | Delete
CARD32 pad3;
[73] Fix | Delete
CARD32 pad4;
[74] Fix | Delete
CARD32 pad5;
[75] Fix | Delete
CARD32 pad6;
[76] Fix | Delete
CARD32 pad7;
[77] Fix | Delete
} xXcupGetReservedColormapEntriesReply;
[78] Fix | Delete
#define sz_xXcupGetReservedColormapEntriesReply 32
[79] Fix | Delete
[80] Fix | Delete
typedef struct _XcupStoreColors {
[81] Fix | Delete
CARD8 reqType; /* always XcupReqCode */
[82] Fix | Delete
CARD8 xcupReqType; /* always X_XcupStoreColors */
[83] Fix | Delete
CARD16 length;
[84] Fix | Delete
CARD32 cmap;
[85] Fix | Delete
} xXcupStoreColorsReq;
[86] Fix | Delete
#define sz_xXcupStoreColorsReq 8
[87] Fix | Delete
[88] Fix | Delete
typedef struct {
[89] Fix | Delete
BYTE type; /* X_Reply */
[90] Fix | Delete
BOOL pad1;
[91] Fix | Delete
CARD16 sequence_number;
[92] Fix | Delete
CARD32 length;
[93] Fix | Delete
CARD32 pad2;
[94] Fix | Delete
CARD32 pad3;
[95] Fix | Delete
CARD32 pad4;
[96] Fix | Delete
CARD32 pad5;
[97] Fix | Delete
CARD32 pad6;
[98] Fix | Delete
CARD32 pad7;
[99] Fix | Delete
} xXcupStoreColorsReply;
[100] Fix | Delete
#define sz_xXcupStoreColorsReply 32
[101] Fix | Delete
[102] Fix | Delete
#endif /* } _XCUPPROTO_H_ */
[103] Fix | Delete
[104] Fix | Delete
[105] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function