diff options
author | hobbs <hobbs> | 2002-06-15 01:54:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-06-15 01:54:47 (GMT) |
commit | b9551536f704910727aa738f8a6e3aac1219c67f (patch) | |
tree | 2e6a97cd75b9a0c0d3577446fca47813f6ffc2c3 /ChangeLog | |
parent | 933069d8ffa51f596b667e6e357ec9c94f26dc65 (diff) | |
download | tk-b9551536f704910727aa738f8a6e3aac1219c67f.zip tk-b9551536f704910727aa738f8a6e3aac1219c67f.tar.gz tk-b9551536f704910727aa738f8a6e3aac1219c67f.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)
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. |