summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-10-21 01:13:06 (GMT)
committerhobbs <hobbs>2004-10-21 01:13:06 (GMT)
commit0f9c3bda5775877cf26e9c274cc60b759eb99e86 (patch)
tree48af2428aa299f7a255e3e8a87612225f0b26bc9 /ChangeLog
parent46143310c8d375a9451e63ce753d1c654468a98c (diff)
downloadtk-0f9c3bda5775877cf26e9c274cc60b759eb99e86.zip
tk-0f9c3bda5775877cf26e9c274cc60b759eb99e86.tar.gz
tk-0f9c3bda5775877cf26e9c274cc60b759eb99e86.tar.bz2
* win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to
SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 549ec20..42610bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-10-20 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to
+ SetWindowPos when maintaining win Z order, to prevent parent
+ from flashing (adjusting Z order).
+
2004-10-19 Joe English <jenglish@users.sourceforge.net>
TIP#204 IMPLEMENTATION