summaryrefslogtreecommitdiffstats
path: root/win/tkWinPointer.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-11-22 19:37:12 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-11-22 19:37:12 (GMT)
commit3e674640e93241d57b9ea8f07b2a55b7629dcb89 (patch)
treee74f629125cf8127ccb80888af3a6615ef67b2a5 /win/tkWinPointer.c
parent48e8b9077922fe4f18c2c36fcd557b5996ef010a (diff)
downloadtk-3e674640e93241d57b9ea8f07b2a55b7629dcb89.zip
tk-3e674640e93241d57b9ea8f07b2a55b7629dcb89.tar.gz
tk-3e674640e93241d57b9ea8f07b2a55b7629dcb89.tar.bz2
Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of slave widget
Diffstat (limited to 'win/tkWinPointer.c')
-rw-r--r--win/tkWinPointer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/tkWinPointer.c b/win/tkWinPointer.c
index 06cbe67..8f42dcd 100644
--- a/win/tkWinPointer.c
+++ b/win/tkWinPointer.c
@@ -232,11 +232,6 @@ MouseTimerProc(
mouseTimerSet = 0;
- /*
- * Get the current mouse position and window. Don't do anything if the
- * mouse hasn't moved since the last time we looked.
- */
-
GetCursorPos(&pos);
Tk_PointerEvent(NULL, pos.x, pos.y);
}