Buckets:
| /* Definitions for the X window system likely to be used by applications */ | |
| /*********************************************************** | |
| Copyright 1987, 1998 The Open Group | |
| Permission to use, copy, modify, distribute, and sell this software and its | |
| documentation for any purpose is hereby granted without fee, provided that | |
| the above copyright notice appear in all copies and that both that | |
| copyright notice and this permission notice appear in supporting | |
| documentation. | |
| The above copyright notice and this permission notice shall be included in | |
| all copies or substantial portions of the Software. | |
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | |
| OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN | |
| AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | |
| CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | |
| Except as contained in this notice, the name of The Open Group shall not be | |
| used in advertising or otherwise to promote the sale, use or other dealings | |
| in this Software without prior written authorization from The Open Group. | |
| Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts. | |
| All Rights Reserved | |
| Permission to use, copy, modify, and distribute this software and its | |
| documentation for any purpose and without fee is hereby granted, | |
| provided that the above copyright notice appear in all copies and that | |
| both that copyright notice and this permission notice appear in | |
| supporting documentation, and that the name of Digital not be | |
| used in advertising or publicity pertaining to distribution of the | |
| software without specific, written prior permission. | |
| DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING | |
| ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL | |
| DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR | |
| ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, | |
| WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, | |
| ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS | |
| SOFTWARE. | |
| ******************************************************************/ | |
| /* Resources */ | |
| /* | |
| * _XSERVER64 must ONLY be defined when compiling X server sources on | |
| * systems where unsigned long is not 32 bits, must NOT be used in | |
| * client or library code. | |
| */ | |
| typedef unsigned long XID; | |
| typedef unsigned long Mask; | |
| typedef unsigned long Atom; /* Also in Xdefs.h */ | |
| typedef unsigned long VisualID; | |
| typedef unsigned long Time; | |
| typedef CARD32 XID; | |
| typedef CARD32 Mask; | |
| typedef CARD32 Atom; | |
| typedef CARD32 VisualID; | |
| typedef CARD32 Time; | |
| typedef XID Window; | |
| typedef XID Drawable; | |
| typedef XID Font; | |
| typedef XID Pixmap; | |
| typedef XID Cursor; | |
| typedef XID Colormap; | |
| typedef XID GContext; | |
| typedef XID KeySym; | |
| typedef unsigned char KeyCode; | |
| /***************************************************************** | |
| * RESERVED RESOURCE AND CONSTANT DEFINITIONS | |
| *****************************************************************/ | |
| /***************************************************************** | |
| * EVENT DEFINITIONS | |
| *****************************************************************/ | |
| /* Input Event Masks. Used as event-mask window attribute and as arguments | |
| to Grab requests. Not to be confused with event names. */ | |
| /* Event names. Used in "type" field in XEvent structures. Not to be | |
| confused with event masks above. They start from 2 because 0 and 1 | |
| are reserved in the protocol for errors and replies. */ | |
| /* Key masks. Used as modifiers to GrabButton and GrabKey, results of QueryPointer, | |
| state in various key-, mouse-, and button-related events. */ | |
| /* modifier names. Used to build a SetModifierMapping request or | |
| to read a GetModifierMapping request. These correspond to the | |
| masks defined above. */ | |
| /* button masks. Used in same manner as Key masks above. Not to be confused | |
| with button names below. */ | |
| /* button names. Used as arguments to GrabButton and as detail in ButtonPress | |
| and ButtonRelease events. Not to be confused with button masks above. | |
| Note that 0 is already defined above as "AnyButton". */ | |
| /* Notify modes */ | |
| /* Notify detail */ | |
| /* Visibility notify */ | |
| /* Circulation request */ | |
| /* protocol families */ | |
| /* authentication families not tied to a specific protocol */ | |
| /* Property notification */ | |
| /* Color Map notification */ | |
| /* GrabPointer, GrabButton, GrabKeyboard, GrabKey Modes */ | |
| /* GrabPointer, GrabKeyboard reply status */ | |
| /* AllowEvents modes */ | |
| /* Used in SetInputFocus, GetInputFocus */ | |
| /***************************************************************** | |
| * ERROR CODES | |
| *****************************************************************/ | |
| /***************************************************************** | |
| * WINDOW DEFINITIONS | |
| *****************************************************************/ | |
| /* Window classes used by CreateWindow */ | |
| /* Note that CopyFromParent is already defined as 0 above */ | |
| /* Window attributes for CreateWindow and ChangeWindowAttributes */ | |
| /* ConfigureWindow structure */ | |
| /* Bit Gravity */ | |
| /* Window gravity + bit gravity above */ | |
| /* Used in CreateWindow for backing-store hint */ | |
| /* Used in GetWindowAttributes reply */ | |
| /* Used in ChangeSaveSet */ | |
| /* Used in ChangeCloseDownMode */ | |
| /* Window stacking method (in configureWindow) */ | |
| /* Circulation direction */ | |
| /* Property modes */ | |
| /***************************************************************** | |
| * GRAPHICS DEFINITIONS | |
| *****************************************************************/ | |
| /* graphics functions, as in GC.alu */ | |
| /* LineStyle */ | |
| /* capStyle */ | |
| /* joinStyle */ | |
| /* fillStyle */ | |
| /* fillRule */ | |
| /* subwindow mode */ | |
| /* SetClipRectangles ordering */ | |
| /* CoordinateMode for drawing routines */ | |
| /* Polygon shapes */ | |
| /* Arc modes for PolyFillArc */ | |
| /* GC components: masks used in CreateGC, CopyGC, ChangeGC, OR'ed into | |
| GC.stateChanges */ | |
| /***************************************************************** | |
| * FONTS | |
| *****************************************************************/ | |
| /* used in QueryFont -- draw direction */ | |
| /***************************************************************** | |
| * IMAGING | |
| *****************************************************************/ | |
| /* ImageFormat -- PutImage, GetImage */ | |
| /***************************************************************** | |
| * COLOR MAP STUFF | |
| *****************************************************************/ | |
| /* For CreateColormap */ | |
| /* Flags used in StoreNamedColor, StoreColors */ | |
| /***************************************************************** | |
| * CURSOR STUFF | |
| *****************************************************************/ | |
| /* QueryBestSize Class */ | |
| /***************************************************************** | |
| * KEYBOARD/POINTER STUFF | |
| *****************************************************************/ | |
| /* masks for ChangeKeyboardControl */ | |
| /***************************************************************** | |
| * SCREEN SAVER STUFF | |
| *****************************************************************/ | |
| /* for ForceScreenSaver */ | |
| /***************************************************************** | |
| * HOSTS AND CONNECTIONS | |
| *****************************************************************/ | |
| /* for ChangeHosts */ | |
| /* for ChangeAccessControl */ | |
| /* Display classes used in opening the connection | |
| * Note that the statically allocated ones are even numbered and the | |
| * dynamically changeable ones are odd numbered */ | |
| /* Byte order used in imageByteOrder and bitmapBitOrder */ | |
Xet Storage Details
- Size:
- 20.2 kB
- Xet hash:
- 5f1ebb219fe60749fff27d23dc8076dd5f7c535d62b3b7be45111ddb92286302
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.