diff options
author | culler <culler> | 2018-10-18 16:15:55 (GMT) |
---|---|---|
committer | culler <culler> | 2018-10-18 16:15:55 (GMT) |
commit | 1229472c940e417ad8452d9594fa51312ce857ee (patch) | |
tree | 2063f7cdbe4ea53780100d03fe918ba709e561ef /generic/tkStubInit.c | |
parent | 55efec56a93c297c587dbfc0aad4b20e6b73e9d5 (diff) | |
parent | b18aa4ea942188a23aa3da751c433adc7ed060a6 (diff) | |
download | tk-1229472c940e417ad8452d9594fa51312ce857ee.zip tk-1229472c940e417ad8452d9594fa51312ce857ee.tar.gz tk-1229472c940e417ad8452d9594fa51312ce857ee.tar.bz2 |
Fix clipboard behavior and remove the TkSuspendClipboard stub function.
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index acea978..731fa50 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -594,7 +594,7 @@ static const TkIntPlatStubs tkIntPlatStubs = { TkMacOSXWindowOffset, /* 37 */ TkSetMacColor, /* 38 */ TkSetWMName, /* 39 */ - TkSuspendClipboard, /* 40 */ + 0, /* 40 */ TkMacOSXZoomToplevel, /* 41 */ Tk_TopCoordsToWindow, /* 42 */ TkMacOSXContainerId, /* 43 */ |