diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/tk.h | 2 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 2 insertions, 2 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; }; diff --git a/include/version.h b/include/version.h index 847a6e5b..cb7e2de4 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20100307)" +#define VERSION "Fourth Edition (20100310)" |
