summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2007-12-05 19:18:07 (GMT)
committerhobbs <hobbs@noemail.net>2007-12-05 19:18:07 (GMT)
commitcaa0a22ca6e9082a79190bc478d76c1879c13c09 (patch)
treed6987c498f41a1e9e755b3e5031da0856ec5decb /win/tkWinInt.h
parentb6d4c426350b30dd45e2e33f41ad0e091bcebb7e (diff)
downloadtk-caa0a22ca6e9082a79190bc478d76c1879c13c09.zip
tk-caa0a22ca6e9082a79190bc478d76c1879c13c09.tar.gz
tk-caa0a22ca6e9082a79190bc478d76c1879c13c09.tar.bz2
* win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)
* win/tkWinX.c: and simplify WNDCLASS to one style. * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow change only and set WS_EX_LAYERED as sticky (once set on a window, do not remove it) to reduce alpha transition flicker. FossilOrigin-Name: b545e1e2fb3a24f006b12e115fc4740d5205c769
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index d041db0..9369062 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.5 2004/09/23 01:49:08 hobbs Exp $
+ * RCS: @(#) $Id: tkWinInt.h,v 1.14.2.6 2007/12/05 19:18:08 hobbs Exp $
*/
#ifndef _TKWININT
@@ -123,7 +123,6 @@ typedef struct {
*/
#define TK_WIN_TOPLEVEL_CLASS_NAME "TkTopLevel"
-#define TK_WIN_TOPLEVEL_NOCDC_CLASS_NAME "TkTopLevelNoCDC"
#define TK_WIN_CHILD_CLASS_NAME "TkChild"
/*