diff options
author | nijtmans <nijtmans> | 2010-02-16 21:15:10 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-16 21:15:10 (GMT) |
commit | 7aeef24801bca6f67631d1a48958dd16f7066364 (patch) | |
tree | 8e9dfd7e86363b6aa6df9b5c138c0dee0aa485fb | |
parent | 8e9497476c9b0554167e93c31b0516a216b12926 (diff) | |
download | tk-7aeef24801bca6f67631d1a48958dd16f7066364.zip tk-7aeef24801bca6f67631d1a48958dd16f7066364.tar.gz tk-7aeef24801bca6f67631d1a48958dd16f7066364.tar.bz2 |
make TkSetTransientFor static
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | unix/tkUnixWm.c | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2010-02-16 Jan Nijtmans <nijtmans@users.sf.net> + + * unix/tkUnixWm.c make TkSetTransientFor static + 2010-02-07 Jan Nijtmans <nijtmans@users.sf.net> * generic/ttk/ttkGenStubs.tcl Backport various formatting (spacing) diff --git a/unix/tkUnixWm.c b/unix/tkUnixWm.c index 4040f4d..e12f3a6 100644 --- a/unix/tkUnixWm.c +++ b/unix/tkUnixWm.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixWm.c,v 1.58.2.7 2010/01/20 23:43:52 patthoyts Exp $ + * RCS: @(#) $Id: tkUnixWm.c,v 1.58.2.8 2010/02/16 21:15:11 nijtmans Exp $ */ #include "tkUnixInt.h" @@ -6749,7 +6749,7 @@ GetMaxSize( *---------------------------------------------------------------------- */ -void +static void TkSetTransientFor(Tk_Window tkwin, Tk_Window parent) { if (parent == None) { |