summaryrefslogtreecommitdiff
path: root/include/tk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tk.h')
-rw-r--r--include/tk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tk.h b/include/tk.h
index bd919b5d..cff4aa54 100644
--- a/include/tk.h
+++ b/include/tk.h
@@ -216,7 +216,7 @@ struct TkVar
struct TkPanelimage
{
- void* image; /* really Draw_Image */
+ void* image; /* Image paired with Draw_Image: see lookupimage in libinterp/draw.c */
int ref;
TkPanelimage* link;
};