diff options
author | andreask@activestate.com <andreas_kupries> | 2009-01-16 23:46:50 (GMT) |
---|---|---|
committer | andreask@activestate.com <andreas_kupries> | 2009-01-16 23:46:50 (GMT) |
commit | fe49efa8321b9a915a05567a8b55c3a65dc6341d (patch) | |
tree | 7e6dd200577cbc53285d6e567a85f52286fbecad | |
parent | 7d1e80b688995cbbf2efcbe74824e06817c938e4 (diff) | |
download | tk-fe49efa8321b9a915a05567a8b55c3a65dc6341d.zip tk-fe49efa8321b9a915a05567a8b55c3a65dc6341d.tar.gz tk-fe49efa8321b9a915a05567a8b55c3a65dc6341d.tar.bz2 |
True commit.
-rw-r--r-- | win/tkWinWm.c | 4 |
1 files 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 } |