summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixWm.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-02-16 21:15:10 (GMT)
committernijtmans <nijtmans@noemail.net>2010-02-16 21:15:10 (GMT)
commit640774cf8ac6362caaff1c7c393d48a9471be203 (patch)
tree8e9dfd7e86363b6aa6df9b5c138c0dee0aa485fb /unix/tkUnixWm.c
parent437437b8e9f41f08292d99412dbbee73b2393a13 (diff)
downloadtk-640774cf8ac6362caaff1c7c393d48a9471be203.zip
tk-640774cf8ac6362caaff1c7c393d48a9471be203.tar.gz
tk-640774cf8ac6362caaff1c7c393d48a9471be203.tar.bz2
make TkSetTransientFor static
FossilOrigin-Name: dcbe8b4160c322d083e1a76d0084a3b8e14327df
Diffstat (limited to 'unix/tkUnixWm.c')
-rw-r--r--unix/tkUnixWm.c4
1 files changed, 2 insertions, 2 deletions
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) {