diff options
author | nijtmans <nijtmans@noemail.net> | 2010-04-23 08:32:55 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2010-04-23 08:32:55 (GMT) |
commit | f345b74b49ef4aaa9e4865deb8ed2d3b6943b118 (patch) | |
tree | e7500d00ecdd547d4dd0332a138be0f97387ffe9 /generic/tkScrollbar.h | |
parent | 18dafdfc82ff3d35670840b508da8f82fdceee5c (diff) | |
download | tk-f345b74b49ef4aaa9e4865deb8ed2d3b6943b118.zip tk-f345b74b49ef4aaa9e4865deb8ed2d3b6943b118.tar.gz tk-f345b74b49ef4aaa9e4865deb8ed2d3b6943b118.tar.bz2 |
Formatting
typo fixes
remove not existing tkDisplayList;
Useless re-definitions of TCL_STORAGE_CLASS
FossilOrigin-Name: f24475f035844b1ee4f62efe7b34d31f47aa9aa9
Diffstat (limited to 'generic/tkScrollbar.h')
-rw-r--r-- | generic/tkScrollbar.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/generic/tkScrollbar.h b/generic/tkScrollbar.h index e9e52b4..1cb5164 100644 --- a/generic/tkScrollbar.h +++ b/generic/tkScrollbar.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkScrollbar.h,v 1.10 2010/02/17 19:21:16 nijtmans Exp $ + * RCS: @(#) $Id: tkScrollbar.h,v 1.11 2010/04/23 08:32:56 nijtmans Exp $ */ #ifndef _TKSCROLLBAR @@ -19,11 +19,6 @@ #include "tkInt.h" #endif -#ifdef BUILD_tk -# undef TCL_STORAGE_CLASS -# define TCL_STORAGE_CLASS DLLEXPORT -#endif - /* * A data structure of the following type is kept for each scrollbar widget. */ @@ -187,7 +182,4 @@ MODULE_SCOPE void TkpConfigureScrollbar(TkScrollbar *scrollPtr); MODULE_SCOPE int TkpScrollbarPosition(TkScrollbar *scrollPtr, int x, int y); -# undef TCL_STORAGE_CLASS -# define TCL_STORAGE_CLASS DLLIMPORT - #endif /* _TKSCROLLBAR */ |