summaryrefslogtreecommitdiffstats
path: root/generic/tkSelect.h
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-25 20:40:54 (GMT)
committerstanton <stanton>1999-05-25 20:40:54 (GMT)
commita832d1a306d8da5f7dc70243e9d36cede2daa411 (patch)
treefa852789785f475f30f753c1ecb4264a09ccc049 /generic/tkSelect.h
parentd466dd025d9277c76d252aa33273925903181697 (diff)
downloadtk-a832d1a306d8da5f7dc70243e9d36cede2daa411.zip
tk-a832d1a306d8da5f7dc70243e9d36cede2daa411.tar.gz
tk-a832d1a306d8da5f7dc70243e9d36cede2daa411.tar.bz2
First pass at Unicode support in X selection code.
Diffstat (limited to 'generic/tkSelect.h')
-rw-r--r--generic/tkSelect.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tkSelect.h b/generic/tkSelect.h
index 0d8c644..72fdad6 100644
--- a/generic/tkSelect.h
+++ b/generic/tkSelect.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkSelect.h,v 1.3 1999/04/16 01:51:22 stanton Exp $
+ * RCS: @(#) $Id: tkSelect.h,v 1.4 1999/05/25 20:40:54 stanton Exp $
*/
#ifndef _TKSELECT
@@ -95,6 +95,10 @@ typedef struct TkSelRetrievalInfo {
int idleTime; /* Number of seconds that have gone by
* without hearing anything from the
* selection owner. */
+ Tcl_EncodingState encState; /* Holds intermediate state during translations
+ * of data that cross buffer boundaries. */
+ int encFlags; /* Encoding translation state flags. */
+ Tcl_DString buf; /* Buffer to hold translation data. */
struct TkSelRetrievalInfo *nextPtr;
/* Next in list of all pending
* selection retrievals. NULL means