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/tkInt.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/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 3af90c0..0f8b4f1 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: $Id: tkInt.h,v 1.121 2010/04/20 15:14:29 nijtmans Exp $ + * RCS: $Id: tkInt.h,v 1.122 2010/04/23 08:32:56 nijtmans Exp $ */ #ifndef _TKINT @@ -22,7 +22,7 @@ #endif /* - * Ensure WORDS_BIGENDIAN is defined correcly: + * Ensure WORDS_BIGENDIAN is defined correctly: * Needs to happen here in addition to configure to work with fat compiles on * Darwin (where configure runs only once for multiple architectures). */ @@ -883,12 +883,6 @@ typedef struct TkpClipMask { #define TKP_CLIP_REGION 1 /* - * Pointer to first entry in list of all displays currently known. - */ - -MODULE_SCOPE TkDisplay *tkDisplayList; - -/* * Return values from TkGrabState: */ @@ -1002,11 +996,6 @@ void Tcl_Panic(const char *, ...) __attribute__((analyzer_noreturn)); #include "tkIntDecls.h" -#ifdef BUILD_tk -#undef TCL_STORAGE_CLASS -#define TCL_STORAGE_CLASS DLLEXPORT -#endif - /* * Themed widget set init function: */ @@ -1262,9 +1251,6 @@ MODULE_SCOPE int TkOldTestInit(Tcl_Interp *interp); MODULE_SCOPE int TkplatformtestInit(Tcl_Interp *interp); #endif -#undef TCL_STORAGE_CLASS -#define TCL_STORAGE_CLASS DLLIMPORT - #endif /* _TKINT */ /* |