![]() |
|
|||
File indexing completed on 2025-03-13 09:29:36
0001 /* 0002 Copyright 1996, 1998 The Open Group 0003 0004 Permission to use, copy, modify, distribute, and sell this software and its 0005 documentation for any purpose is hereby granted without fee, provided that 0006 the above copyright notice appear in all copies and that both that 0007 copyright notice and this permission notice appear in supporting 0008 documentation. 0009 0010 The above copyright notice and this permission notice shall be included 0011 in all copies or substantial portions of the Software. 0012 0013 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 0014 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 0015 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 0016 IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR 0017 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, 0018 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 0019 OTHER DEALINGS IN THE SOFTWARE. 0020 0021 Except as contained in this notice, the name of The Open Group shall 0022 not be used in advertising or otherwise to promote the sale, use or 0023 other dealings in this Software without prior written authorization 0024 from The Open Group. 0025 */ 0026 0027 #ifndef _AG_H_ 0028 #define _AG_H_ 0029 0030 #define XAGNAME "XC-APPGROUP" 0031 0032 #define XAG_MAJOR_VERSION 1 /* current version numbers */ 0033 #define XAG_MINOR_VERSION 0 0034 0035 #define XagWindowTypeX11 0 0036 #define XagWindowTypeMacintosh 1 0037 #define XagWindowTypeWin32 2 0038 #define XagWindowTypeWin16 3 0039 0040 #define XagBadAppGroup 0 0041 #define XagNumberErrors (XagBadAppGroup + 1) 0042 0043 #define XagNsingleScreen 7 0044 #define XagNdefaultRoot 1 0045 #define XagNrootVisual 2 0046 #define XagNdefaultColormap 3 0047 #define XagNblackPixel 4 0048 #define XagNwhitePixel 5 0049 #define XagNappGroupLeader 6 0050 0051 #endif /* _AG_H_ */ 0052
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |