diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-03-10 16:12:19 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-03-10 16:12:19 +0000 |
| commit | 5d1ea71a9f825862284589cbb5ef5d6e6a9bd48e (patch) | |
| tree | 94a31e2d33bcb4a0bc7acb6a950163d015e8baa9 /include/tk.h | |
| parent | 20c03f7a316f2de9f09321b46f24088b23ccb055 (diff) | |
20100310-1612
Diffstat (limited to 'include/tk.h')
| -rw-r--r-- | include/tk.h | 2 |
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; }; |
