Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/X11/ICE
File: ICE.h
/******************************************************************************
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
Copyright 1993, 1998 The Open Group
[3] Fix | Delete
[4] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[5] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[6] Fix | Delete
the above copyright notice appear in all copies and that both that
[7] Fix | Delete
copyright notice and this permission notice appear in supporting
[8] Fix | Delete
documentation.
[9] Fix | Delete
[10] Fix | Delete
The above copyright notice and this permission notice shall be included in
[11] Fix | Delete
all copies or substantial portions of the Software.
[12] Fix | Delete
[13] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[14] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[15] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[16] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[17] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[18] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[19] Fix | Delete
[20] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[21] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[22] Fix | Delete
in this Software without prior written authorization from The Open Group.
[23] Fix | Delete
[24] Fix | Delete
Author: Ralph Mor, X Consortium
[25] Fix | Delete
[26] Fix | Delete
******************************************************************************/
[27] Fix | Delete
[28] Fix | Delete
#ifndef _ICE_H_
[29] Fix | Delete
#define _ICE_H_
[30] Fix | Delete
[31] Fix | Delete
/*
[32] Fix | Delete
* Protocol Version
[33] Fix | Delete
*/
[34] Fix | Delete
[35] Fix | Delete
#define IceProtoMajor 1
[36] Fix | Delete
#define IceProtoMinor 0
[37] Fix | Delete
[38] Fix | Delete
[39] Fix | Delete
/*
[40] Fix | Delete
* Byte Order
[41] Fix | Delete
*/
[42] Fix | Delete
[43] Fix | Delete
#define IceLSBfirst 0
[44] Fix | Delete
#define IceMSBfirst 1
[45] Fix | Delete
[46] Fix | Delete
[47] Fix | Delete
/*
[48] Fix | Delete
* ICE minor opcodes
[49] Fix | Delete
*/
[50] Fix | Delete
[51] Fix | Delete
#define ICE_Error 0
[52] Fix | Delete
#define ICE_ByteOrder 1
[53] Fix | Delete
#define ICE_ConnectionSetup 2
[54] Fix | Delete
#define ICE_AuthRequired 3
[55] Fix | Delete
#define ICE_AuthReply 4
[56] Fix | Delete
#define ICE_AuthNextPhase 5
[57] Fix | Delete
#define ICE_ConnectionReply 6
[58] Fix | Delete
#define ICE_ProtocolSetup 7
[59] Fix | Delete
#define ICE_ProtocolReply 8
[60] Fix | Delete
#define ICE_Ping 9
[61] Fix | Delete
#define ICE_PingReply 10
[62] Fix | Delete
#define ICE_WantToClose 11
[63] Fix | Delete
#define ICE_NoClose 12
[64] Fix | Delete
[65] Fix | Delete
[66] Fix | Delete
/*
[67] Fix | Delete
* Error severity
[68] Fix | Delete
*/
[69] Fix | Delete
[70] Fix | Delete
#define IceCanContinue 0
[71] Fix | Delete
#define IceFatalToProtocol 1
[72] Fix | Delete
#define IceFatalToConnection 2
[73] Fix | Delete
[74] Fix | Delete
[75] Fix | Delete
/*
[76] Fix | Delete
* ICE error classes that are common to all protocols
[77] Fix | Delete
*/
[78] Fix | Delete
[79] Fix | Delete
#define IceBadMinor 0x8000
[80] Fix | Delete
#define IceBadState 0x8001
[81] Fix | Delete
#define IceBadLength 0x8002
[82] Fix | Delete
#define IceBadValue 0x8003
[83] Fix | Delete
[84] Fix | Delete
[85] Fix | Delete
/*
[86] Fix | Delete
* ICE error classes that are specific to the ICE protocol
[87] Fix | Delete
*/
[88] Fix | Delete
[89] Fix | Delete
#define IceBadMajor 0
[90] Fix | Delete
#define IceNoAuth 1
[91] Fix | Delete
#define IceNoVersion 2
[92] Fix | Delete
#define IceSetupFailed 3
[93] Fix | Delete
#define IceAuthRejected 4
[94] Fix | Delete
#define IceAuthFailed 5
[95] Fix | Delete
#define IceProtocolDuplicate 6
[96] Fix | Delete
#define IceMajorOpcodeDuplicate 7
[97] Fix | Delete
#define IceUnknownProtocol 8
[98] Fix | Delete
[99] Fix | Delete
#endif /* _ICE_H_ */
[100] Fix | Delete
[101] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function