summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong>2002-05-27 20:34:32 (GMT)
committermdejong <mdejong>2002-05-27 20:34:32 (GMT)
commit1c823cfbaafe492b3bd9a506d782804f797bcc2e (patch)
tree73e0c05641e4af9e22792086a5eebd4250e5666b /ChangeLog
parent6a4f24b098eed70f278a40916100f278bc7cf28a (diff)
downloadtk-1c823cfbaafe492b3bd9a506d782804f797bcc2e.zip
tk-1c823cfbaafe492b3bd9a506d782804f797bcc2e.tar.gz
tk-1c823cfbaafe492b3bd9a506d782804f797bcc2e.tar.bz2
* unix/tkUnixWm.c (WmInfo, TkWmCleanup, TkWmNewWindow,
TkWmMapWindow, TkWmDeadWindow, Tk_WmCmd): Replace WmInfo's master and masterWindowName members with a masterPtr member. This implementation is much simpler and mirrors the Win32 implementation. This change makes it easy to check the flags of the master window. No user visible changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 744562b..ae6852b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2002-05-27 Mo DeJong <mdejong@users.sourceforge.net>
+ * unix/tkUnixWm.c (WmInfo, TkWmCleanup, TkWmNewWindow,
+ TkWmMapWindow, TkWmDeadWindow, Tk_WmCmd): Replace
+ WmInfo's master and masterWindowName members with
+ a masterPtr member. This implementation is much
+ simpler and mirrors the Win32 implementation. This
+ change makes it easy to check the flags of the
+ master window. No user visible changes.
+
+2002-05-27 Mo DeJong <mdejong@users.sourceforge.net>
+
* generic/tkInt.decls: Add unix decl for TkpWmSetState.
* generic/tkIntPlatDecls.h: Regen.
* generic/tkStubInit.c: Regen.
@@ -8,7 +18,7 @@
mapping.
* unix/tkUnixWm.c (Tk_WmCmd, TkpWmSetState): Move
state change code into TkpWmSetState to more closely
- match the Win32 implementation.
+ match the Win32 implementation. No user visible changes.
2002-05-27 Mo DeJong <mdejong@users.sourceforge.net>