summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.decls
diff options
context:
space:
mode:
authorculler <culler>2018-10-18 15:51:54 (GMT)
committerculler <culler>2018-10-18 15:51:54 (GMT)
commitb0730dbdfcc00d4086484b72998e7877277788cf (patch)
tree1c10b4e1f0fb4e4106cedd0fca8c910fd389fd96 /generic/tkInt.decls
parent82e49864995d85aec0b4776ed53c7ab655517ab5 (diff)
downloadtk-b0730dbdfcc00d4086484b72998e7877277788cf.zip
tk-b0730dbdfcc00d4086484b72998e7877277788cf.tar.gz
tk-b0730dbdfcc00d4086484b72998e7877277788cf.tar.bz2
Removed all traces of the TkSuspendClipboard stub.
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r--generic/tkInt.decls6
1 files changed, 3 insertions, 3 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls
index a13d8d7..d0b7678 100644
--- a/generic/tkInt.decls
+++ b/generic/tkInt.decls
@@ -983,9 +983,9 @@ declare 38 aqua {
declare 39 aqua {
void TkSetWMName(TkWindow *winPtr, Tk_Uid titleUid)
}
-declare 40 aqua {
- void TkSuspendClipboard(void)
-}
+#
+# Slot 40 unused (WAS: TkSuspendClipboard)
+#
declare 41 aqua {
int TkMacOSXZoomToplevel(void *whichWindow, short zoomPart)
}