summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorculler <culler>2020-09-04 21:11:15 (GMT)
committerculler <culler>2020-09-04 21:11:15 (GMT)
commit0879001fd49dfc052a3012652070d0e51095de84 (patch)
tree81a615ea6d2c66a18c033a24450ad70a8b9967a2 /generic/tkInt.decls
parent3b22ceb0af03432acd3eef120a2e085358c48328 (diff)
downloadtk-0879001fd49dfc052a3012652070d0e51095de84.zip
tk-0879001fd49dfc052a3012652070d0e51095de84.tar.gz
tk-0879001fd49dfc052a3012652070d0e51095de84.tar.bz2
Remove a hash table that was not needed
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls14
1 files changed, 8 insertions, 6 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index a160541..6cb33d3 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -956,9 +956,10 @@ declare 24 aqua {
declare 25 aqua {
void TkMacOSXMenuClick(void)
}
-declare 26 aqua {
- void TkMacOSXRegisterOffScreenWindow(Window window, void *portPtr)
-}
+# The corresponding Unregister was not a stub, and this should be static.
+#declare 26 aqua {
+# void TkMacOSXRegisterOffScreenWindow(Window window, void *portPtr)
+#}
declare 27 aqua {
int TkMacOSXResizable(TkWindow *winPtr)
}
@@ -977,9 +978,10 @@ declare 31 aqua {
declare 32 aqua {
void TkMacOSXUpdateClipRgn(TkWindow *winPtr)
}
-declare 33 aqua {
- void TkMacOSXUnregisterMacWindow(void *portPtr)
-}
+# This was not implemented. Perhaps meant to be OffScreen ?
+#declare 33 aqua {
+# void TkMacOSXUnregisterMacWindow(void *portPtr)
+#}
declare 34 aqua {
int TkMacOSXUseMenuID(short macID)
}