summaryrefslogtreecommitdiffstats
path: root/generic/tkPanedWindow.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-17 05:38:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-17 05:38:47 (GMT)
commitf8d578503dab648a62cf5b5c7c1145b070f2e3fe (patch)
treea2cea6c053329bdf2122105683e71790b54ea928 /generic/tkPanedWindow.c
parent2567eaac30676728cb04c5569e02d6f57d0dfe24 (diff)
downloadtk-f8d578503dab648a62cf5b5c7c1145b070f2e3fe.zip
tk-f8d578503dab648a62cf5b5c7c1145b070f2e3fe.tar.gz
tk-f8d578503dab648a62cf5b5c7c1145b070f2e3fe.tar.bz2
* generic/tkPanedWindow.c: Cleaned up some code flagged by a
* generic/tkText.c: `make checkexports` test. * generic/tkText.h * generic/tkTextTag.c:
Diffstat (limited to 'generic/tkPanedWindow.c')
-rw-r--r--generic/tkPanedWindow.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkPanedWindow.c b/generic/tkPanedWindow.c
index e286851..d97872f 100644
--- a/generic/tkPanedWindow.c
+++ b/generic/tkPanedWindow.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: tkPanedWindow.c,v 1.13.2.9 2005/08/11 12:17:09 dkf Exp $
+ * RCS: @(#) $Id: tkPanedWindow.c,v 1.13.2.10 2006/10/17 05:38:47 dgp Exp $
*/
#include "tkPort.h"
@@ -164,7 +164,7 @@ static void PanedWindowEventProc _ANSI_ARGS_((ClientData clientData,
static void ProxyWindowEventProc _ANSI_ARGS_((ClientData clientData,
XEvent *eventPtr));
static void DisplayProxyWindow _ANSI_ARGS_((ClientData clientData));
-void PanedWindowWorldChanged _ANSI_ARGS_((ClientData instanceData));
+static void PanedWindowWorldChanged _ANSI_ARGS_((ClientData instanceData));
static int PanedWindowWidgetObjCmd _ANSI_ARGS_((ClientData clientData,
Tcl_Interp *, int objc, Tcl_Obj * CONST objv[]));
static void PanedWindowLostSlaveProc _ANSI_ARGS_((ClientData clientData,
@@ -1225,7 +1225,7 @@ ConfigurePanedWindow(interp, pwPtr, objc, objv)
*----------------------------------------------------------------------
*/
-void
+static void
PanedWindowWorldChanged(instanceData)
ClientData instanceData; /* Information about the paned window. */
{