init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
65
Telegram/ThirdParty/nimf/modules/services/xim/IMdkit/XimFunc.h
vendored
Normal file
65
Telegram/ThirdParty/nimf/modules/services/xim/IMdkit/XimFunc.h
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
/******************************************************************
|
||||
|
||||
Copyright 1994, 1995 by Sun Microsystems, Inc.
|
||||
Copyright 1993, 1994 by Hewlett-Packard Company
|
||||
|
||||
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, Inc.
|
||||
and Hewlett-Packard not be used in advertising or publicity pertaining to
|
||||
distribution of the software without specific, written prior permission.
|
||||
Sun Microsystems, Inc. and Hewlett-Packard make no representations about
|
||||
the suitability of this software for any purpose. It is provided "as is"
|
||||
without express or implied warranty.
|
||||
|
||||
SUN MICROSYSTEMS INC. AND HEWLETT-PACKARD COMPANY DISCLAIMS ALL
|
||||
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
||||
SUN MICROSYSTEMS, INC. AND HEWLETT-PACKARD COMPANY 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.
|
||||
|
||||
Author: Hidetoshi Tajima(tajima@Eng.Sun.COM) Sun Microsystems, Inc.
|
||||
|
||||
This version tidied and debugged by Steve Underwood May 1999
|
||||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef _XimFunc_h
|
||||
#define _XimFunc_h
|
||||
|
||||
/* i18nAttr.c */
|
||||
void _Xi18nInitAttrList (NimfXim *xim);
|
||||
void _Xi18nInitExtension(NimfXim *xim);
|
||||
|
||||
/* i18nClbk.c */
|
||||
int _Xi18nGeometryCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nPreeditStartCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nPreeditDrawCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nPreeditCaretCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nPreeditDoneCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nStatusStartCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nStatusDrawCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nStatusDoneCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
int _Xi18nStringConversionCallback (NimfXim *xim, IMProtocol *call_data);
|
||||
|
||||
/* i18nIc.c */
|
||||
void _Xi18nChangeIC (NimfXim *xim, IMProtocol *call_data, unsigned char *p,
|
||||
int create_flag);
|
||||
void _Xi18nGetIC (NimfXim *xim, IMProtocol *call_data, unsigned char *p);
|
||||
|
||||
/* i18nUtil.c */
|
||||
int _Xi18nNeedSwap (NimfXim *xim, CARD16 connect_id);
|
||||
Xi18nClient *_Xi18nNewClient(NimfXim *xim);
|
||||
Xi18nClient *_Xi18nFindClient (NimfXim *xim, CARD16 connect_id);
|
||||
void _Xi18nDeleteClient (NimfXim *xim, CARD16 connect_id);
|
||||
void _Xi18nSendMessage (NimfXim *xim, CARD16 connect_id, CARD8 major_opcode,
|
||||
CARD8 minor_opcode, unsigned char *data, long length);
|
||||
void _Xi18nSetEventMask (NimfXim *xim, CARD16 connect_id, CARD16 im_id,
|
||||
CARD16 ic_id, CARD32 forward_mask, CARD32 sync_mask);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user