diff options
author | hobbs <hobbs@noemail.net> | 2002-06-15 01:54:46 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2002-06-15 01:54:46 (GMT) |
commit | ec01ad36d969dd69f47db86c3ce7f76a1079a95b (patch) | |
tree | 2e6a97cd75b9a0c0d3577446fca47813f6ffc2c3 /ChangeLog | |
parent | d56143a3561200db2cae71bada60a87629d52612 (diff) | |
download | tk-ec01ad36d969dd69f47db86c3ce7f76a1079a95b.zip tk-ec01ad36d969dd69f47db86c3ce7f76a1079a95b.tar.gz tk-ec01ad36d969dd69f47db86c3ce7f76a1079a95b.tar.bz2 |
* generic/tkInt.h:
* generic/tkCmds.c (Tk_WmObjCmd):
* unix/tkUnixWm.c (Tk_WmCmd):
* win/tkWinWm.c (Tk_WmCmd): changed wmTracing from being an int to
just a bit in the flags variable (TK_DISPLAY_WM_TRACING)
FossilOrigin-Name: bdc985bf1e3425faffc75d12dd8d12dae526486f
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,9 +1,15 @@ 2002-06-14 Jeff Hobbs <jeffh@ActiveState.com> + * generic/tkInt.h: + * generic/tkCmds.c (Tk_WmObjCmd): + * unix/tkUnixWm.c (Tk_WmCmd): + * win/tkWinWm.c (Tk_WmCmd): changed wmTracing from being an int to + just a bit in the flags variable (TK_DISPLAY_WM_TRACING) + * generic/tkEvent.c (Tk_HandleEvent): * unix/tkUnixEvent.c (OpenIM): * unix/tkUnixKey.c (TkpGetString): - * generic/tkInt.h: added TK_USE_XIM_SPOT flag bit for TkDisplay + * generic/tkInt.h: added TK_DISPLAY_XIM_SPOT flag bit for TkDisplay and used this to allow a runtime check to see if over-the-spot XIM is possible. If not it will try and fallback to the old-style input context, which handles things like dead keys input. |