Blame include/X11/ResConfigP.h

Packit 0d0b0c
/*
Packit 0d0b0c
Packit 0d0b0c
Copyright 1987, 1988, 1998  The Open Group
Packit 0d0b0c
Packit 0d0b0c
Permission to use, copy, modify, distribute, and sell this software and its
Packit 0d0b0c
documentation for any purpose is hereby granted without fee, provided that
Packit 0d0b0c
the above copyright notice appear in all copies and that both that
Packit 0d0b0c
copyright notice and this permission notice appear in supporting
Packit 0d0b0c
documentation.
Packit 0d0b0c
Packit 0d0b0c
The above copyright notice and this permission notice shall be included in
Packit 0d0b0c
all copies or substantial portions of the Software.
Packit 0d0b0c
Packit 0d0b0c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 0d0b0c
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 0d0b0c
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
Packit 0d0b0c
OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
Packit 0d0b0c
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
Packit 0d0b0c
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit 0d0b0c
Packit 0d0b0c
Except as contained in this notice, the name of The Open Group shall not be
Packit 0d0b0c
used in advertising or otherwise to promote the sale, use or other dealings
Packit 0d0b0c
in this Software without prior written authorization from The Open Group.
Packit 0d0b0c
Packit 0d0b0c
*/
Packit 0d0b0c
/*****************************************************************
Packit 0d0b0c
Packit 0d0b0c
(C) COPYRIGHT International Business Machines Corp. 1992,1997
Packit 0d0b0c
    All Rights Reserved
Packit 0d0b0c
Packit 0d0b0c
Permission is hereby granted, free of charge, to any person obtaining a copy
Packit 0d0b0c
of this software and associated documentation files (the "Software"), to deal
Packit 0d0b0c
in the Software without restriction, including without limitation the rights
Packit 0d0b0c
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Packit 0d0b0c
copies of the Software.
Packit 0d0b0c
Packit 0d0b0c
The above copyright notice and this permission notice shall be included in
Packit 0d0b0c
all copies or substantial portions of the Software.
Packit 0d0b0c
Packit 0d0b0c
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Packit 0d0b0c
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Packit 0d0b0c
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
Packit 0d0b0c
THE IBM CORPORATION BE LIABLE FOR ANY CLAIM, DAMAGES, INCLUDING,
Packit 0d0b0c
BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
Packit 0d0b0c
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
Packit 0d0b0c
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Packit 0d0b0c
Packit 0d0b0c
Except as contained in this notice, the name of the IBM Corporation shall
Packit 0d0b0c
not be used in advertising or otherwise to promote the sale, use or other
Packit 0d0b0c
dealings in this Software without prior written authorization from the IBM
Packit 0d0b0c
Corporation.
Packit 0d0b0c
Packit 0d0b0c
******************************************************************/
Packit 0d0b0c
Packit 0d0b0c
#ifndef _RESCONFIGP_H
Packit 0d0b0c
#define _RESCONFIGP_H
Packit 0d0b0c
Packit 0d0b0c
#include <X11/Xfuncproto.h>
Packit 0d0b0c
Packit 0d0b0c
_XFUNCPROTOBEGIN
Packit 0d0b0c
Packit 0d0b0c
/*
Packit 0d0b0c
 * Atom names for resource configuration management customization tool.
Packit 0d0b0c
 */
Packit 0d0b0c
#define RCM_DATA "Custom Data"
Packit 0d0b0c
#define RCM_INIT "Custom Init"
Packit 0d0b0c
Packit 0d0b0c
extern void _XtResourceConfigurationEH(
Packit 0d0b0c
	Widget 		/* w */,
Packit 0d0b0c
	XtPointer 	/* client_data */,
Packit 0d0b0c
	XEvent * 	/* event */
Packit 0d0b0c
);
Packit 0d0b0c
Packit 0d0b0c
_XFUNCPROTOEND
Packit 0d0b0c
Packit 0d0b0c
#endif