summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authormo <mo@noemail.net>2000-07-06 03:17:42 (GMT)
committermo <mo@noemail.net>2000-07-06 03:17:42 (GMT)
commit631fe850678d5d5ba34fffc20a8ad9cc339873f1 (patch)
tree41624ab1c46012e311224b73a36cc87ae5bebff5 /win/tkWinX.c
parent5bb764c93b59bfdb46d66581afa0231b1edf10a2 (diff)
downloadtk-631fe850678d5d5ba34fffc20a8ad9cc339873f1.zip
tk-631fe850678d5d5ba34fffc20a8ad9cc339873f1.tar.gz
tk-631fe850678d5d5ba34fffc20a8ad9cc339873f1.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. FossilOrigin-Name: 51f47c0c03aff365cd11fd45c22dc16f8da2f17a
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c4
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