summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMouseEvent.c
diff options
context:
space:
mode:
authorculler <culler>2019-10-27 19:30:22 (GMT)
committerculler <culler>2019-10-27 19:30:22 (GMT)
commitb2dd0a10365c974b7d3f0601c83bb1d4ee6faa66 (patch)
tree61ebed1d00fbc4610bdeacd57e4cf8c3db828b44 /macosx/tkMacOSXMouseEvent.c
parentd95d56ad6573cbc56ab366dab366b18150f0e811 (diff)
downloadtk-b2dd0a10365c974b7d3f0601c83bb1d4ee6faa66.zip
tk-b2dd0a10365c974b7d3f0601c83bb1d4ee6faa66.tar.gz
tk-b2dd0a10365c974b7d3f0601c83bb1d4ee6faa66.tar.bz2
Edit a comment
Diffstat (limited to 'macosx/tkMacOSXMouseEvent.c')
-rw-r--r--macosx/tkMacOSXMouseEvent.c6
1 files 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;