diff options
Diffstat (limited to 'xc/programs/Xserver/hw/hp/ngle/nglenoop.h')
-rw-r--r-- | xc/programs/Xserver/hw/hp/ngle/nglenoop.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/xc/programs/Xserver/hw/hp/ngle/nglenoop.h b/xc/programs/Xserver/hw/hp/ngle/nglenoop.h new file mode 100644 index 000000000..0133b9279 --- /dev/null +++ b/xc/programs/Xserver/hw/hp/ngle/nglenoop.h @@ -0,0 +1,36 @@ +/* $XConsortium: nglenoop.h,v 1.1 93/08/08 12:57:46 rws Exp $ */ +/************************************************************************* + * + * (c)Copyright 1992 Hewlett-Packard Co., 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 Hewlett Packard not be used in +advertising or publicity pertaining to distribution of the +software without specific, written prior permission. + +HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD +TO THIS SOFWARE, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. Hewlett-Packard shall not be liable for errors +contained herein or direct, indirect, special, incidental or +consequential damages in connection with the furnishing, +performance, or use of this material. + + * + *************************************************************************/ + + +/* + ****************************************************************************** + ** + ** Extern declarations for Sprite Noop/stub procedures: + ** + ****************************************************************************** + */ + +extern void ngleNoop(); +extern Bool ngleNoopTrue(); |