summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixButton.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixButton.c')
-rw-r--r--unix/tkUnixButton.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixButton.c b/unix/tkUnixButton.c
index 3b58348..8e4ed96 100644
--- a/unix/tkUnixButton.c
+++ b/unix/tkUnixButton.c
@@ -147,7 +147,7 @@ ColorToStr(
static void
ImageChanged( /* to be passed to Tk_GetImage() */
- ClientData clientData,
+ void *clientData,
int x, int y, int width, int height,
int imageWidth, int imageHeight)
{
@@ -432,7 +432,7 @@ ShiftByOffset(
void
TkpDisplayButton(
- ClientData clientData) /* Information about widget. */
+ void *clientData) /* Information about widget. */
{
TkButton *butPtr = (TkButton *)clientData;
GC gc;