Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:26:29

0001 /************************************************************
0002 Copyright (c) 1997 by Silicon Graphics Computer Systems, Inc.
0003 Permission to use, copy, modify, and distribute this
0004 software and its documentation for any purpose and without
0005 fee is hereby granted, provided that the above copyright
0006 notice appear in all copies and that both that copyright
0007 notice and this permission notice appear in supporting
0008 documentation, and that the name of Silicon Graphics not be
0009 used in advertising or publicity pertaining to distribution
0010 of the software without specific prior written permission.
0011 Silicon Graphics makes no representation about the suitability
0012 of this software for any purpose. It is provided "as is"
0013 without any express or implied warranty.
0014 SILICON GRAPHICS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
0015 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
0016 AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON
0017 GRAPHICS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
0018 DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
0019 DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
0020 OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION  WITH
0021 THE USE OR PERFORMANCE OF THIS SOFTWARE.
0022 ********************************************************/
0023 
0024 #ifndef _EVI_H_
0025 #define _EVI_H_
0026 
0027 #define XEVI_TRANSPARENCY_NONE      0
0028 #define XEVI_TRANSPARENCY_PIXEL     1
0029 #define XEVI_TRANSPARENCY_MASK      2
0030 
0031 #define EVINAME "Extended-Visual-Information"
0032 
0033 #define XEVI_MAJOR_VERSION  1   /* current version numbers */
0034 #define XEVI_MINOR_VERSION  0
0035 
0036 #endif