Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/X11
File: Xprotostr.h
#ifndef XPROTOSTRUCTS_H
[0] Fix | Delete
#define XPROTOSTRUCTS_H
[1] Fix | Delete
[2] Fix | Delete
/***********************************************************
[3] Fix | Delete
[4] Fix | Delete
Copyright 1987, 1998 The Open Group
[5] Fix | Delete
[6] Fix | Delete
Permission to use, copy, modify, distribute, and sell this software and its
[7] Fix | Delete
documentation for any purpose is hereby granted without fee, provided that
[8] Fix | Delete
the above copyright notice appear in all copies and that both that
[9] Fix | Delete
copyright notice and this permission notice appear in supporting
[10] Fix | Delete
documentation.
[11] Fix | Delete
[12] Fix | Delete
The above copyright notice and this permission notice shall be included in
[13] Fix | Delete
all copies or substantial portions of the Software.
[14] Fix | Delete
[15] Fix | Delete
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
[16] Fix | Delete
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
[17] Fix | Delete
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
[18] Fix | Delete
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
[19] Fix | Delete
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
[20] Fix | Delete
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[21] Fix | Delete
[22] Fix | Delete
Except as contained in this notice, the name of The Open Group shall not be
[23] Fix | Delete
used in advertising or otherwise to promote the sale, use or other dealings
[24] Fix | Delete
in this Software without prior written authorization from The Open Group.
[25] Fix | Delete
[26] Fix | Delete
[27] Fix | Delete
Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
[28] Fix | Delete
[29] Fix | Delete
All Rights Reserved
[30] Fix | Delete
[31] Fix | Delete
Permission to use, copy, modify, and distribute this software and its
[32] Fix | Delete
documentation for any purpose and without fee is hereby granted,
[33] Fix | Delete
provided that the above copyright notice appear in all copies and that
[34] Fix | Delete
both that copyright notice and this permission notice appear in
[35] Fix | Delete
supporting documentation, and that the name of Digital not be
[36] Fix | Delete
used in advertising or publicity pertaining to distribution of the
[37] Fix | Delete
software without specific, written prior permission.
[38] Fix | Delete
[39] Fix | Delete
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
[40] Fix | Delete
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
[41] Fix | Delete
DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
[42] Fix | Delete
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
[43] Fix | Delete
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
[44] Fix | Delete
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
[45] Fix | Delete
SOFTWARE.
[46] Fix | Delete
[47] Fix | Delete
******************************************************************/
[48] Fix | Delete
#include <X11/Xmd.h>
[49] Fix | Delete
[50] Fix | Delete
/* Used by PolySegment */
[51] Fix | Delete
[52] Fix | Delete
typedef struct _xSegment {
[53] Fix | Delete
INT16 x1, y1, x2, y2;
[54] Fix | Delete
} xSegment;
[55] Fix | Delete
[56] Fix | Delete
/* POINT */
[57] Fix | Delete
[58] Fix | Delete
typedef struct _xPoint {
[59] Fix | Delete
INT16 x, y;
[60] Fix | Delete
} xPoint;
[61] Fix | Delete
[62] Fix | Delete
typedef struct _xRectangle {
[63] Fix | Delete
INT16 x, y;
[64] Fix | Delete
CARD16 width, height;
[65] Fix | Delete
} xRectangle;
[66] Fix | Delete
[67] Fix | Delete
/* ARC */
[68] Fix | Delete
[69] Fix | Delete
typedef struct _xArc {
[70] Fix | Delete
INT16 x, y;
[71] Fix | Delete
CARD16 width, height;
[72] Fix | Delete
INT16 angle1, angle2;
[73] Fix | Delete
} xArc;
[74] Fix | Delete
[75] Fix | Delete
#endif /* XPROTOSTRUCTS_H */
[76] Fix | Delete
[77] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function