diff options
author | nijtmans <nijtmans> | 2009-02-03 23:55:47 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-02-03 23:55:47 (GMT) |
commit | 46aefba2fd1ed6472c52f2b3db35f69d54d8c7fd (patch) | |
tree | aa98658e57c70b6cb91802ffef5779126e54b6b5 /generic/tkFocus.c | |
parent | 35578307921b90c706e8ed596c4f7f58fe7e706c (diff) | |
download | tk-46aefba2fd1ed6472c52f2b3db35f69d54d8c7fd.zip tk-46aefba2fd1ed6472c52f2b3db35f69d54d8c7fd.tar.gz tk-46aefba2fd1ed6472c52f2b3db35f69d54d8c7fd.tar.bz2 |
- eliminate some unnessary type casts
- some internal const decorations
- spacing
Diffstat (limited to 'generic/tkFocus.c')
-rw-r--r-- | generic/tkFocus.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkFocus.c b/generic/tkFocus.c index cbe8cda..b3696d1 100644 --- a/generic/tkFocus.c +++ b/generic/tkFocus.c @@ -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: tkFocus.c,v 1.20 2008/11/23 21:58:24 patthoyts Exp $ + * RCS: @(#) $Id: tkFocus.c,v 1.21 2009/02/03 23:55:47 nijtmans Exp $ */ #include "tkInt.h" @@ -119,7 +119,7 @@ Tk_FocusObjCmd( TkWindow *winPtr = clientData; TkWindow *newPtr, *focusWinPtr, *topLevelPtr; ToplevelFocusInfo *tlFocusPtr; - char *windowName; + const char *windowName; int index; /* |