Import build of Tcl/Tk 8.6.10
This commit is contained in:
@@ -530,7 +530,7 @@ typedef struct _XDisplay {
|
||||
#endif
|
||||
#ifndef _XEVENT_
|
||||
|
||||
#define XMaxTransChars 4
|
||||
#define XMaxTransChars 7
|
||||
|
||||
/*
|
||||
* Definitions of specific events.
|
||||
@@ -549,9 +549,9 @@ typedef struct {
|
||||
unsigned int state; /* key or button mask */
|
||||
unsigned int keycode; /* detail */
|
||||
Bool same_screen; /* same screen flag */
|
||||
char trans_chars[XMaxTransChars];
|
||||
char trans_chars[XMaxTransChars];
|
||||
/* translated characters */
|
||||
int nbytes;
|
||||
unsigned char nbytes;
|
||||
} XKeyEvent;
|
||||
typedef XKeyEvent XKeyPressedEvent;
|
||||
typedef XKeyEvent XKeyReleasedEvent;
|
||||
|
||||
Reference in New Issue
Block a user