Path: blob/master/thirdparty/linuxbsd_headers/X11/extensions/shapeconst.h
9905 views
/************************************************************12Copyright 1989, 1998 The Open Group34Permission to use, copy, modify, distribute, and sell this software and its5documentation for any purpose is hereby granted without fee, provided that6the above copyright notice appear in all copies and that both that7copyright notice and this permission notice appear in supporting8documentation.910The above copyright notice and this permission notice shall be included in11all copies or substantial portions of the Software.1213THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE16OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN17AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN18CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.1920Except as contained in this notice, the name of The Open Group shall not be21used in advertising or otherwise to promote the sale, use or other dealings22in this Software without prior written authorization from The Open Group.2324********************************************************/2526#ifndef _SHAPECONST_H_27#define _SHAPECONST_H_2829/*30* Protocol requests constants and alignment values31* These would really be in SHAPE's X.h and Xproto.h equivalents32*/3334#define SHAPENAME "SHAPE"3536#define SHAPE_MAJOR_VERSION 1 /* current version numbers */37#define SHAPE_MINOR_VERSION 13839#define ShapeSet 040#define ShapeUnion 141#define ShapeIntersect 242#define ShapeSubtract 343#define ShapeInvert 44445#define ShapeBounding 046#define ShapeClip 147#define ShapeInput 24849#define ShapeNotifyMask (1L << 0)50#define ShapeNotify 05152#define ShapeNumberEvents (ShapeNotify + 1)5354#endif /* _SHAPECONST_H_ */555657