From b2dd0a10365c974b7d3f0601c83bb1d4ee6faa66 Mon Sep 17 00:00:00 2001 From: culler Date: Sun, 27 Oct 2019 19:30:22 +0000 Subject: Edit a comment --- macosx/tkMacOSXMouseEvent.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index 4af80b6..0ad8492 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -196,9 +196,9 @@ enum { } /* - * Find the containing Tk window, and convert local into the coordinates - * of the Tk window. (The converted local coordinates are only needed - * for scrollwheel events.) + * Use the toplevel coordinates to find the containing Tk window. Then + * convert local into the coordinates of that window. (The converted + * local coordinates are only needed for scrollwheel events.) */ int win_x, win_y; -- cgit v0.12