diff options
author | dgp <dgp@noemail.net> | 2006-10-17 05:38:46 (GMT) |
---|---|---|
committer | dgp <dgp@noemail.net> | 2006-10-17 05:38:46 (GMT) |
commit | 2e929e6e139c0583985bf51e58d4b56af6b84177 (patch) | |
tree | a2cea6c053329bdf2122105683e71790b54ea928 /generic/tkText.h | |
parent | 4dacfde2a4727dbd112e274a300b5fa89aac5423 (diff) | |
download | tk-2e929e6e139c0583985bf51e58d4b56af6b84177.zip tk-2e929e6e139c0583985bf51e58d4b56af6b84177.tar.gz tk-2e929e6e139c0583985bf51e58d4b56af6b84177.tar.bz2 |
* generic/tkPanedWindow.c: Cleaned up some code flagged by a
* generic/tkText.c: `make checkexports` test.
* generic/tkText.h
* generic/tkTextTag.c:
FossilOrigin-Name: 59e9503d17cc03773c368bb9fda72e260206fadd
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index a8ed021..7e1f666 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkText.h,v 1.13 2002/12/27 23:43:38 davygrvy Exp $ + * RCS: @(#) $Id: tkText.h,v 1.13.2.1 2006/10/17 05:38:48 dgp Exp $ */ #ifndef _TKTEXT @@ -282,7 +282,7 @@ typedef enum { TEXT_WRAPMODE_NULL, TEXT_WRAPMODE_NONE, TEXT_WRAPMODE_CHAR, TEXT_WRAPMODE_WORD } TkWrapMode; -EXTERN Tk_CustomOption textWrapModeOption; +EXTERN Tk_CustomOption TkTextWrapModeOption; typedef struct TkTextTag { char *name; /* Name of this tag. This field is actually |