summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2005-06-01 17:54:16 (GMT)
committerhobbs <hobbs>2005-06-01 17:54:16 (GMT)
commite0309015545d3beaab3e885dc0198de4a0fea135 (patch)
treed0ee4752b3e2a6ebd6ddb0cb7aeb6d7a56f0cce2 /ChangeLog
parent7e9cd211c2388b032be6325325a6e9c329888fde (diff)
downloadtk-e0309015545d3beaab3e885dc0198de4a0fea135.zip
tk-e0309015545d3beaab3e885dc0198de4a0fea135.tar.gz
tk-e0309015545d3beaab3e885dc0198de4a0fea135.tar.bz2
* win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND,
Tk_GetMenuHWND, TkWinCleanupContainerList, and TkpWmGetState to that are used across source files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8da5c92..0c8adae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-06-01 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND,
+ Tk_GetMenuHWND, TkWinCleanupContainerList, and TkpWmGetState to
+ that are used across source files.
+
* win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelch
compiler warning.