summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-09-17 23:36:15 (GMT)
committerhobbs <hobbs>2004-09-17 23:36:15 (GMT)
commitce417c74414e4e33470ee1f098aed8da4f4ac5e7 (patch)
tree93dc4789958042a517f4633aab599a24c6a52c47 /win/tkWinInt.h
parentc09619b26881cb916c410ec76d98e4be909e50bb (diff)
downloadtk-ce417c74414e4e33470ee1f098aed8da4f4ac5e7.zip
tk-ce417c74414e4e33470ee1f098aed8da4f4ac5e7.tar.gz
tk-ce417c74414e4e33470ee1f098aed8da4f4ac5e7.tar.bz2
* tests/winWm.test: Add 'wm attributes -alpha' to control toplevel
* win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194]
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 6f369f4..0266099 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinInt.h,v 1.14.2.2 2004/08/20 00:40:32 hobbs Exp $
+ * RCS: @(#) $Id: tkWinInt.h,v 1.14.2.3 2004/09/17 23:36:16 hobbs Exp $
*/
#ifndef _TKWININT
@@ -123,6 +123,7 @@ typedef struct {
*/
#define TK_WIN_TOPLEVEL_CLASS_NAME "TkTopLevel"
+#define TK_WIN_TOPLEVEL_NOCDC_CLASS_NAME "TkTopLevelNoCDC"
#define TK_WIN_CHILD_CLASS_NAME "TkChild"
/*