diff options
author | mo <mo> | 2000-07-06 03:17:43 (GMT) |
---|---|---|
committer | mo <mo> | 2000-07-06 03:17:43 (GMT) |
commit | 8ea696f3623c8f3df9b570f448c1fefedf4ff750 (patch) | |
tree | 41624ab1c46012e311224b73a36cc87ae5bebff5 /win/tkWinWm.c | |
parent | edaa3cc21cb508ea5f303fed0cae5bf9af5b6503 (diff) | |
download | tk-8ea696f3623c8f3df9b570f448c1fefedf4ff750.zip tk-8ea696f3623c8f3df9b570f448c1fefedf4ff750.tar.gz tk-8ea696f3623c8f3df9b570f448c1fefedf4ff750.tar.bz2 |
* generic/tkFileFilter.c (AddClause): Cast to match function prototype.
* win/stubs.c (_XInitImageFuncPtrs): Add return value for function.
* win/tkWinButton.c (buttonStyles, ButtonBindProc, ComputeStyle):
Remove unused declarations.
* win/tkWinColor.c (GetColorByName, GetColorByValue): Remove unused
function declarations.
* win/tkWinDialog.c (TrySetDirectory): Remove unused function declaration.
* win/tkWinEmbed.c (TkWinEmbeddedEventProc): Cast to match function prototype.
* win/tkWinMenu.c (winMenuMutex, MenuExitProc): Remove unused declaration.
* win/tkWinWindow.c (StackWindow): Remove unused declaration.
* win/tkWinWm.c (ConfigureEvent): Remove unused declaration.
* win/tkWinX.c (winXMutex): Remove unused declaration.
* xlib/ximage.c (XCreateBitmapFromData): Cast to match function prototype.
Diffstat (limited to 'win/tkWinWm.c')
-rw-r--r-- | win/tkWinWm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinWm.c b/win/tkWinWm.c index b4e1ed7..fdfc4cf 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.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: tkWinWm.c,v 1.25 2000/05/16 00:00:29 hobbs Exp $ + * RCS: @(#) $Id: tkWinWm.c,v 1.26 2000/07/06 03:17:45 mo Exp $ */ #include "tkWinInt.h" @@ -276,8 +276,6 @@ TCL_DECLARE_MUTEX(winWmMutex) static int ActivateWindow _ANSI_ARGS_((Tcl_Event *evPtr, int flags)); -static void ConfigureEvent _ANSI_ARGS_((TkWindow *winPtr, - XConfigureEvent *eventPtr)); static void ConfigureTopLevel _ANSI_ARGS_((WINDOWPOS *pos)); static void GenerateConfigureNotify _ANSI_ARGS_(( TkWindow *winPtr)); |