diff options
author | Deron <dj4236@chiru.it.sfbay.sun.com> | 2006-03-31 03:33:01 -0800 |
---|---|---|
committer | Deron <dj4236@chiru.it.sfbay.sun.com> | 2006-03-31 03:33:01 -0800 |
commit | a8369fcb8631fa943876753bc38b081f7daca324 (patch) | |
tree | 341e8c58b2f1fc8bef0517430d0a961eda58a96d /xfixeswire.h | |
parent | 43de9d4e70b66eb6afb8d62ce1af6c100f5d7786 (diff) |
Merged with modular CVS (Version 4.0 definitions).
Diffstat (limited to 'xfixeswire.h')
-rw-r--r-- | xfixeswire.h | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/xfixeswire.h b/xfixeswire.h index a1dd4ba..6f20270 100644 --- a/xfixeswire.h +++ b/xfixeswire.h @@ -1,6 +1,26 @@ /* * $XFree86: xc/include/extensions/xfixeswire.h,v 1.1 2002/11/30 06:21:43 keithp Exp $ * + * Copyright © 2006 Sun Microsystems + * + * 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, and that the name of Sun Microsystems not be used in + * advertising or publicity pertaining to distribution of the software without + * specific, written prior permission. Sun Microsystems makes no + * representations about the suitability of this software for any purpose. It + * is provided "as is" without express or implied warranty. + * + * SUN MICROSYSTEMS DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, + * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO + * EVENT SHALL SUN MICROSYSTEMS 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. + * * Copyright © 2002 Keith Packard, member of The XFree86 Project, Inc. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -27,7 +47,7 @@ #define _XFIXESWIRE_H_ #define XFIXES_NAME "XFIXES" -#define XFIXES_MAJOR 3 +#define XFIXES_MAJOR 4 #define XFIXES_MINOR 0 /*************** Version 1 ******************/ @@ -62,8 +82,11 @@ #define X_XFixesChangeCursorByName 27 /*************** Version 3 ******************/ #define X_XFixesExpandRegion 28 +/*************** Version 4 ******************/ +#define X_XFixesHideCursor 29 +#define X_XFixesShowCursor 30 -#define XFixesNumberRequests 29 +#define XFixesNumberRequests (X_XFixesShowCursor+1) /* Selection events share one event number */ #define XFixesSelectionNotify 0 |