diff options
author | nijtmans <nijtmans> | 2008-12-17 22:51:25 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-17 22:51:25 (GMT) |
commit | 8cbcff76b70a513012b0eee7043ed74e3cb9d2d1 (patch) | |
tree | b094e6439a8673aea2edec28b5dde847b04fb460 /generic/tk.h | |
parent | b30b85e1f12de99bb852ad46166f88158597bc18 (diff) | |
download | tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.zip tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.tar.gz tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.tar.bz2 |
VOID -> void
Diffstat (limited to 'generic/tk.h')
-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. */ |