summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
authorchengyemao <chengyemao>2004-12-20 01:13:12 (GMT)
committerchengyemao <chengyemao>2004-12-20 01:13:12 (GMT)
commita24199bd3446b589ea816cd70e58f5165f18724f (patch)
tree9083c856a5ab3bdcf23e28abc9a2c79372c13f3c /win/tkWinX.c
parent88b0719da010bfb547b954ddb13d9ae51ae2fe30 (diff)
downloadtk-a24199bd3446b589ea816cd70e58f5165f18724f.zip
tk-a24199bd3446b589ea816cd70e58f5165f18724f.tar.gz
tk-a24199bd3446b589ea816cd70e58f5165f18724f.tar.bz2
featrue implementation of Tk container and embedded including TK_MOVEWINDOW, TK_ICONIFY, TK_DEICONIFY, TK_WITHDRAW; replaced TK_TITLE with TK_GETFRAMEWID for setting container's title across process boundary; bug fix in wm overrideredirect for TK_EMBEDDED window
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index 40abdf9..0b2f8b1 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.37 2004/12/19 18:14:27 chengyemao Exp $
+ * RCS: @(#) $Id: tkWinX.c,v 1.38 2004/12/20 01:13:14 chengyemao Exp $
*/
#include "tkWinInt.h"
@@ -819,7 +819,7 @@ TkWinChildProc(hwnd, message, wParam, lParam)
case TK_MOVEWINDOW:
case TK_WITHDRAW:
case TK_RAISEWINDOW:
- case TK_TITLE:
+ case TK_GETFRAMEWID:
result = TkWinEmbeddedEventProc(hwnd, message, wParam, lParam);
break;