diff options
author | a_kovalenko <a_kovalenko> | 2003-11-25 08:45:30 (GMT) |
---|---|---|
committer | a_kovalenko <a_kovalenko> | 2003-11-25 08:45:30 (GMT) |
commit | cd184fa0a81211827cd0bdfe39ad4adac7a859fb (patch) | |
tree | 62a3973220d0bd4733f0a954576765166786ec33 /ChangeLog | |
parent | 5e9fda2731c738809e11548e84b8c58070f4244f (diff) | |
download | tk-cd184fa0a81211827cd0bdfe39ad4adac7a859fb.zip tk-cd184fa0a81211827cd0bdfe39ad4adac7a859fb.tar.gz tk-cd184fa0a81211827cd0bdfe39ad4adac7a859fb.tar.bz2 |
Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 then
the event is not ignored any more
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-11-25 Anton Kovalenko <a_kovalenko@users.sourceforge.net> + + * generic/tkPointer.c (Tk_UpdatePointer): corrected targetWinPtr + check (line 369) so any pointer event with winPtr==0 + is really redirected to the grab or restrict window (if any). + 2003-11-21 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tkTextDisp.c: |