Searched defs:_XIMUnicodeText (Results 1 – 1 of 1) sorted by relevance
53 typedef struct _XIMUnicodeText { struct54 unsigned short length;55 XIMFeedback *feedback;56 Bool encoding_is_wchar;57 union {61 } string; 62 unsigned int count_annotations;63 XIMAnnotation *annotations;
Completed in 11 milliseconds