diff options
author | nijtmans <nijtmans> | 2010-04-23 08:32:56 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-23 08:32:56 (GMT) |
commit | 0ec04490736cdf3891388a3a1e9cf8e8cef380f5 (patch) | |
tree | e7500d00ecdd547d4dd0332a138be0f97387ffe9 /generic/tk3d.h | |
parent | a5fa2276832bf18cf14cded757a1e15068a422ec (diff) | |
download | tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.zip tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.gz tk-0ec04490736cdf3891388a3a1e9cf8e8cef380f5.tar.bz2 |
Formatting
typo fixes
remove not existing tkDisplayList;
Useless re-definitions of TCL_STORAGE_CLASS
Diffstat (limited to 'generic/tk3d.h')
-rw-r--r-- | generic/tk3d.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tk3d.h b/generic/tk3d.h index b03af94..cce78bf 100644 --- a/generic/tk3d.h +++ b/generic/tk3d.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk3d.h,v 1.9 2010/04/20 15:14:29 nijtmans Exp $ + * RCS: @(#) $Id: tk3d.h,v 1.10 2010/04/23 08:32:56 nijtmans Exp $ */ #ifndef _TK3D @@ -16,11 +16,6 @@ #include "tkInt.h" -#ifdef BUILD_tk -# undef TCL_STORAGE_CLASS -# define TCL_STORAGE_CLASS DLLEXPORT -#endif - /* * One of the following data structures is allocated for each 3-D border * currently in use. Structures of this type are indexed by borderTable, so @@ -89,7 +84,4 @@ MODULE_SCOPE TkBorder *TkpGetBorder(void); MODULE_SCOPE void TkpGetShadows(TkBorder *borderPtr, Tk_Window tkwin); MODULE_SCOPE void TkpFreeBorder(TkBorder *borderPtr); -# undef TCL_STORAGE_CLASS -# define TCL_STORAGE_CLASS DLLIMPORT - #endif /* _TK3D */ |