summaryrefslogtreecommitdiff
path: root/xc/lib/X11/XimintL.h
diff options
context:
space:
mode:
Diffstat (limited to 'xc/lib/X11/XimintL.h')
-rw-r--r--xc/lib/X11/XimintL.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/xc/lib/X11/XimintL.h b/xc/lib/X11/XimintL.h
index 4eae4d64e..80ff05de0 100644
--- a/xc/lib/X11/XimintL.h
+++ b/xc/lib/X11/XimintL.h
@@ -32,6 +32,7 @@ THIS SOFTWARE.
frankyling@hgrd01.enet.dec.com
******************************************************************/
+/* $XFree86: xc/lib/X11/XimintL.h,v 1.3 2000/06/14 18:20:33 dawes Exp $ */
#ifndef _XIMINTL_H
#define _XIMINTL_H
@@ -54,10 +55,14 @@ typedef struct _DefTree {
} DefTree;
typedef struct _XimLocalPrivateRec {
- XIC current_ic;
- DefTree *top;
XlcConv ctom_conv;
XlcConv ctow_conv;
+ XlcConv cstomb_conv;
+ XlcConv cstowc_conv;
+ XlcCharSet keyboard_charset;
+ unsigned long locale_code;
+ XIC current_ic;
+ DefTree *top;
} XimLocalPrivateRec;
typedef struct _XicThaiPart {