summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authorstanton <stanton>1999-07-09 02:10:06 (GMT)
committerstanton <stanton>1999-07-09 02:10:06 (GMT)
commit83c14ef69a9af652c1ceaa2fedb09bab837b0021 (patch)
treef32d3cdbac2a0bb71ca1b98f0d2b2676d544898c /win/tkWinX.c
parent7cbecb2b078c164ae33454e3a4ccec64940b42fc (diff)
downloadtk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.zip
tk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.tar.gz
tk-83c14ef69a9af652c1ceaa2fedb09bab837b0021.tar.bz2
* tests/unixSelect.test: Fixed broken test.
* win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index 358d15e..85becc2 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.5 1999/04/16 01:51:54 stanton Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.6 1999/07/09 02:10:07 stanton Exp $
*/
#include "tkWinInt.h"
@@ -516,7 +516,6 @@ TkWinChildProc(hwnd, message, wParam, lParam)
case WM_CREATE:
case WM_ERASEBKGND:
- case WM_WINDOWPOSCHANGED:
result = 0;
break;