Blame util/IMdkit/Xi18nX.h

Packit 3ff832
/******************************************************************
Packit 3ff832
 
Packit 3ff832
         Copyright 1994, 1995 by Sun Microsystems, Inc.
Packit 3ff832
         Copyright 1993, 1994 by Hewlett-Packard Company
Packit 3ff832
 
Packit 3ff832
Permission to use, copy, modify, distribute, and sell this software
Packit 3ff832
and its documentation for any purpose is hereby granted without fee,
Packit 3ff832
provided that the above copyright notice appear in all copies and
Packit 3ff832
that both that copyright notice and this permission notice appear
Packit 3ff832
in supporting documentation, and that the name of Sun Microsystems, Inc.
Packit 3ff832
and Hewlett-Packard not be used in advertising or publicity pertaining to
Packit 3ff832
distribution of the software without specific, written prior permission.
Packit 3ff832
Sun Microsystems, Inc. and Hewlett-Packard make no representations about
Packit 3ff832
the suitability of this software for any purpose.  It is provided "as is"
Packit 3ff832
without express or implied warranty.
Packit 3ff832
 
Packit 3ff832
SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL
Packit 3ff832
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
Packit 3ff832
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
Packit 3ff832
SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY BE LIABLE FOR ANY
Packit 3ff832
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
Packit 3ff832
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
Packit 3ff832
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
Packit 3ff832
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Packit 3ff832
 
Packit 3ff832
  Author: Hidetoshi Tajima(tajima@Eng.Sun.COM) Sun Microsystems, Inc.
Packit 3ff832
Packit 3ff832
    This version tidied and debugged by Steve Underwood May 1999
Packit 3ff832
 
Packit 3ff832
******************************************************************/
Packit 3ff832
Packit 3ff832
#ifndef _Xi18nTrX_h
Packit 3ff832
#define _Xi18nTrX_h
Packit 3ff832
Packit 3ff832
#define _XIM_PROTOCOL           "_XIM_PROTOCOL"
Packit 3ff832
#define _XIM_XCONNECT           "_XIM_XCONNECT"
Packit 3ff832
Packit 3ff832
#define XCM_DATA_LIMIT		20
Packit 3ff832
Packit 3ff832
typedef struct _XClient
Packit 3ff832
{
Packit 3ff832
    Window	client_win;	/* client window */
Packit 3ff832
    Window	accept_win;	/* accept window */
Packit 3ff832
} XClient;
Packit 3ff832
Packit 3ff832
typedef struct
Packit 3ff832
{
Packit 3ff832
    Atom	xim_request;
Packit 3ff832
    Atom	connect_request;
Packit 3ff832
} XSpecRec;
Packit 3ff832
Packit 3ff832
#endif