Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/X11/fonts
File: FS.h
/*
[0] Fix | Delete
* Copyright 1990, 1991 Network Computing Devices;
[1] Fix | Delete
* Portions Copyright 1987 by Digital Equipment Corporation
[2] Fix | Delete
*
[3] Fix | Delete
* Permission to use, copy, modify, distribute, and sell this software and
[4] Fix | Delete
* its documentation for any purpose is hereby granted without fee, provided
[5] Fix | Delete
* that 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, and that the names of Network Computing Devices or Digital
[8] Fix | Delete
* not be used in advertising or publicity pertaining to distribution
[9] Fix | Delete
* of the software without specific, written prior permission.
[10] Fix | Delete
* Network Computing Devices and Digital make no representations
[11] Fix | Delete
* about the suitability of this software for any purpose. It is provided
[12] Fix | Delete
* "as is" without express or implied warranty.
[13] Fix | Delete
*
[14] Fix | Delete
* NETWORK COMPUTING DEVICES AND DIGITAL DISCLAIM ALL WARRANTIES WITH
[15] Fix | Delete
* REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
[16] Fix | Delete
* MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NETWORK COMPUTING DEVICES
[17] Fix | Delete
* OR DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
[18] Fix | Delete
* DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
[19] Fix | Delete
* PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
[20] Fix | Delete
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
[21] Fix | Delete
* THIS SOFTWARE.
[22] Fix | Delete
*/
[23] Fix | Delete
[24] Fix | Delete
/*
[25] Fix | Delete
[26] Fix | Delete
Portions Copyright 1987, 1994, 1998 The Open Group
[27] Fix | Delete
[28] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[29] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[30] Fix | Delete
the above copyright notice appear in all copies and that both that
[31] Fix | Delete
copyright notice and this permission notice appear in supporting
[32] Fix | Delete
documentation.
[33] Fix | Delete
[34] Fix | Delete
The above copyright notice and this permission notice shall be included in
[35] Fix | Delete
all copies or substantial portions of the Software.
[36] Fix | Delete
[37] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[38] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[39] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[40] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[41] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[42] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[43] Fix | Delete
[44] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[45] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[46] Fix | Delete
in this Software without prior written authorization from The Open Group.
[47] Fix | Delete
[48] Fix | Delete
*/
[49] Fix | Delete
[50] Fix | Delete
#ifndef _FS_H_
[51] Fix | Delete
#define _FS_H_
[52] Fix | Delete
[53] Fix | Delete
#include <X11/Xdefs.h>
[54] Fix | Delete
#include <X11/fonts/fsmasks.h>
[55] Fix | Delete
[56] Fix | Delete
#define FS_PROTOCOL 2
[57] Fix | Delete
#define FS_PROTOCOL_MINOR 0
[58] Fix | Delete
[59] Fix | Delete
#ifndef X_PROTOCOL
[60] Fix | Delete
/* protocol familes */
[61] Fix | Delete
#define FamilyInternet 0
[62] Fix | Delete
#define FamilyDECnet 1
[63] Fix | Delete
#define FamilyChaos 2
[64] Fix | Delete
#define FamilyInternet6 6
[65] Fix | Delete
[66] Fix | Delete
[67] Fix | Delete
typedef unsigned int FSDrawDirection;
[68] Fix | Delete
#endif
[69] Fix | Delete
[70] Fix | Delete
#ifndef None
[71] Fix | Delete
#define None 0L
[72] Fix | Delete
#endif
[73] Fix | Delete
[74] Fix | Delete
#define LeftToRightDrawDirection 0
[75] Fix | Delete
#define RightToLeftDrawDirection 1
[76] Fix | Delete
[77] Fix | Delete
/* font info flags */
[78] Fix | Delete
#define FontInfoAllCharsExist (1L << 0)
[79] Fix | Delete
#define FontInfoInkInside (1L << 1)
[80] Fix | Delete
#define FontInfoHorizontalOverlap (1L << 2)
[81] Fix | Delete
[82] Fix | Delete
/* auth status flags */
[83] Fix | Delete
#define AuthSuccess 0
[84] Fix | Delete
#define AuthContinue 1
[85] Fix | Delete
#define AuthBusy 2
[86] Fix | Delete
#define AuthDenied 3
[87] Fix | Delete
[88] Fix | Delete
/* property types */
[89] Fix | Delete
#define PropTypeString 0
[90] Fix | Delete
#define PropTypeUnsigned 1
[91] Fix | Delete
#define PropTypeSigned 2
[92] Fix | Delete
[93] Fix | Delete
#ifndef LSBFirst
[94] Fix | Delete
/* byte order */
[95] Fix | Delete
#define LSBFirst 0
[96] Fix | Delete
#define MSBFirst 1
[97] Fix | Delete
#endif
[98] Fix | Delete
[99] Fix | Delete
/* event masks */
[100] Fix | Delete
#define CatalogueChangeNotifyMask (1L << 0)
[101] Fix | Delete
#define FontChangeNotifyMask (1L << 1)
[102] Fix | Delete
[103] Fix | Delete
/* errors */
[104] Fix | Delete
#define FSSuccess -1
[105] Fix | Delete
#define FSBadRequest 0
[106] Fix | Delete
#define FSBadFormat 1
[107] Fix | Delete
#define FSBadFont 2
[108] Fix | Delete
#define FSBadRange 3
[109] Fix | Delete
#define FSBadEventMask 4
[110] Fix | Delete
#define FSBadAccessContext 5
[111] Fix | Delete
#define FSBadIDChoice 6
[112] Fix | Delete
#define FSBadName 7
[113] Fix | Delete
#define FSBadResolution 8
[114] Fix | Delete
#define FSBadAlloc 9
[115] Fix | Delete
#define FSBadLength 10
[116] Fix | Delete
#define FSBadImplementation 11
[117] Fix | Delete
[118] Fix | Delete
#define FirstExtensionError 128
[119] Fix | Delete
#define LastExtensionError 255
[120] Fix | Delete
[121] Fix | Delete
/* events */
[122] Fix | Delete
#define KeepAlive 0
[123] Fix | Delete
#define CatalogueChangeNotify 1
[124] Fix | Delete
#define FontChangeNotify 2
[125] Fix | Delete
#define FSLASTEvent 3
[126] Fix | Delete
[127] Fix | Delete
#endif /* _FS_H_ */
[128] Fix | Delete
[129] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function