diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-07 15:04:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-07 16:14:45 +0100 |
commit | 4d6dab2cde759551ceee7e6aaec89fa5235b1ecc (patch) | |
tree | 12de82722e7fc827f0cfc42a7bb3e30e86fc0008 /vcl/inc/unx/XIM.h | |
parent | aac04652fda01b0299e17087b151f07d6115e894 (diff) |
ditch obsolete XvaOpenIM stuff
Change-Id: Id6977932781909c81e4a5dc071f50308a58748cf
Diffstat (limited to 'vcl/inc/unx/XIM.h')
-rw-r--r-- | vcl/inc/unx/XIM.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vcl/inc/unx/XIM.h b/vcl/inc/unx/XIM.h index d12426456cb7..8826148ee5bb 100644 --- a/vcl/inc/unx/XIM.h +++ b/vcl/inc/unx/XIM.h @@ -22,11 +22,6 @@ #include <X11/Xlib.h> #include <X11/Xresource.h> -#ifdef __cplusplus -extern "C" -#endif -XIM XvaOpenIM( Display*, XrmDatabase, char*, char*, ... ); - extern Status XCloseIM(XIM); #ifndef XIMCallback1 @@ -110,22 +105,10 @@ typedef struct _XIMSwitchIMNotifyCallbackStruct { XIMUnicodeCharacterSubset *to; } XIMSwitchIMNotifyCallbackStruct; -/* XIM attributes for multilingual IM extension */ -#define XNMultiLingualInput "multiLingualInput" -#define XNQueryUnicodeCharacterSubset "unicodeCharacterSubset" - /* XIC attributes for multilingual IM extension */ #define XNUnicodeCharacterSubset "UnicodeChararcterSubset" -#define XNSwitchIMNotifyCallback "switchIMNotifyCallback" -#define XNCommitStringCallback "commitStringCallback" -#define XNForwardEventCallback "forwardEventCallback" - -#define XNLookupStartCallback "lookupStartCallback" -#define XNLookupDrawCallback "lookupDrawCallback" -#define XNLookupDoneCallback "lookupDoneCallback" - #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |