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/tkWinX.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/tkWinX.c')
-rw-r--r-- | win/tkWinX.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c index 5c2e3b4..0325df7 100644 --- a/win/tkWinX.c +++ b/win/tkWinX.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinX.c,v 1.10 2000/04/19 01:06:51 ericm Exp $ + * RCS: @(#) $Id: tkWinX.c,v 1.11 2000/07/06 03:17:45 mo Exp $ */ #include "tkWinInt.h" @@ -31,8 +31,6 @@ static int childClassInitialized; /* Registered child class? */ static WNDCLASS childClass; /* Window class for child windows. */ static int tkPlatformId; /* version of Windows platform */ -TCL_DECLARE_MUTEX(winXMutex) - /* * Thread local storage. Notice that now each thread must have its * own TkDisplay structure, since this structure contains most of |