Import Tk 8.6.10
This commit is contained in:
@@ -26,7 +26,7 @@ typedef struct {
|
||||
int charOffset; /* The offset of the next char to retrieve. */
|
||||
int byteOffset; /* The expected byte offset of the next
|
||||
* chunk. */
|
||||
char buffer[TCL_UTF_MAX]; /* A buffer to hold part of a UTF character
|
||||
char buffer[4]; /* A buffer to hold part of a UTF character
|
||||
* that is split across chunks. */
|
||||
char command[1]; /* Command to invoke. Actual space is
|
||||
* allocated as large as necessary. This must
|
||||
@@ -48,7 +48,7 @@ typedef struct LostCommand {
|
||||
* The structure below is used to keep each thread's pending list separate.
|
||||
*/
|
||||
|
||||
typedef struct ThreadSpecificData {
|
||||
typedef struct {
|
||||
TkSelInProgress *pendingPtr;
|
||||
/* Topmost search in progress, or NULL if
|
||||
* none. */
|
||||
|
||||
Reference in New Issue
Block a user