summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/XIM.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-07 15:04:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-07 16:14:45 +0100
commit4d6dab2cde759551ceee7e6aaec89fa5235b1ecc (patch)
tree12de82722e7fc827f0cfc42a7bb3e30e86fc0008 /vcl/inc/unx/XIM.h
parentaac04652fda01b0299e17087b151f07d6115e894 (diff)
ditch obsolete XvaOpenIM stuff
Change-Id: Id6977932781909c81e4a5dc071f50308a58748cf
Diffstat (limited to 'vcl/inc/unx/XIM.h')
-rw-r--r--vcl/inc/unx/XIM.h17
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: */