summaryrefslogtreecommitdiffstats
path: root/doc/GetImage.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/GetImage.3')
-rw-r--r--doc/GetImage.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/GetImage.3 b/doc/GetImage.3
index 744f9ac..c437db7 100644
--- a/doc/GetImage.3
+++ b/doc/GetImage.3
@@ -32,7 +32,7 @@ Window in which image will be used.
Name of image.
.AP Tk_ImageChangedProc *changeProc in
Procedure for Tk to invoke whenever image content or size changes.
-.AP ClientData clientData in
+.AP void *clientData in
One-word value for Tk to pass to \fIchangeProc\fR.
.AP Tk_Image image in
Token for image instance; must have been returned by a previous
@@ -106,7 +106,7 @@ The \fIchangeProc\fR and \fIclientData\fR arguments to
in the image; it must match the following prototype:
.CS
typedef void \fBTk_ImageChangedProc\fR(
- ClientData \fIclientData\fR,
+ void *\fIclientData\fR,
int \fIx\fR,
int \fIy\fR,
int \fIwidth\fR,