diff options
author | nijtmans <nijtmans> | 2008-12-17 22:51:25 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-17 22:51:25 (GMT) |
commit | aba4666e7f6cf6fa139e5d0dd85ce957cc3cb835 (patch) | |
tree | b094e6439a8673aea2edec28b5dde847b04fb460 /generic | |
parent | 74518e4bc4cfee898eab99ba87a0c5185b02ff79 (diff) | |
download | tk-aba4666e7f6cf6fa139e5d0dd85ce957cc3cb835.zip tk-aba4666e7f6cf6fa139e5d0dd85ce957cc3cb835.tar.gz tk-aba4666e7f6cf6fa139e5d0dd85ce957cc3cb835.tar.bz2 |
VOID -> void
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tk.h b/generic/tk.h index 0144e61..70bd2a5 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.125 2008/11/15 00:00:27 patthoyts Exp $ + * RCS: @(#) $Id: tk.h,v 1.126 2008/12/17 22:51:25 nijtmans Exp $ */ #ifndef _TK @@ -1164,9 +1164,9 @@ typedef struct Tk_Outline { Tk_Dash dash; /* Dash pattern. */ Tk_Dash activeDash; /* Dash pattern if state is active. */ Tk_Dash disabledDash; /* Dash pattern if state is disabled. */ - VOID *reserved1; /* Reserved for future expansion. */ - VOID *reserved2; - VOID *reserved3; + void *reserved1; /* Reserved for future expansion. */ + void *reserved2; + void *reserved3; Tk_TSOffset tsoffset; /* Stipple offset for outline. */ XColor *color; /* Outline color. */ XColor *activeColor; /* Outline color if state is active. */ |