From d6a1d3e28608cd4695827cd92e16b2eef98205b7 Mon Sep 17 00:00:00 2001 From: andreas_kupries Date: Fri, 16 Jan 2009 23:46:50 +0000 Subject: True commit. --- win/tkWinWm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 5b0a4ec..f4d1f8b 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.54.2.29 2009/01/16 23:45:32 andreas_kupries Exp $ + * RCS: @(#) $Id: tkWinWm.c,v 1.54.2.30 2009/01/16 23:46:50 andreas_kupries Exp $ */ #include "tkWinInt.h" @@ -2994,7 +2994,7 @@ WmAttributesCmd(tkwin, winPtr, interp, objc, objv) SetWindowLongPtr(wmPtr->wrapper, GWL_EXSTYLE, *stylePtr); #else - SetWindowLongPtr(wmPtr->wrapper, GWL_EXSTYLE, + SetWindowLong(wmPtr->wrapper, GWL_EXSTYLE, *stylePtr); #endif } -- cgit v0.12