summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-03 22:28:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-01-03 22:28:40 (GMT)
commit4a2f9cd3136ff5688322300fcf27e1ab463737df (patch)
tree8f05982c7086d72409dfc6a2a0ebd1227a545d78 /generic
parent1d455f4197bd59f741e94740b65de76c72214fb3 (diff)
downloadtk-4a2f9cd3136ff5688322300fcf27e1ab463737df.zip
tk-4a2f9cd3136ff5688322300fcf27e1ab463737df.tar.gz
tk-4a2f9cd3136ff5688322300fcf27e1ab463737df.tar.bz2
Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be removed in Tk 8.7
Diffstat (limited to 'generic')
-rw-r--r--generic/tkIntPlatDecls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tkIntPlatDecls.h b/generic/tkIntPlatDecls.h
index e9b3a65..3e6bfb2 100644
--- a/generic/tkIntPlatDecls.h
+++ b/generic/tkIntPlatDecls.h
@@ -795,6 +795,8 @@ extern const TkIntPlatStubs *tkIntPlatStubsPtr;
#undef TkGenerateActivateEvents_
#define TkMacOSXGetContainer TkGetTransientMaster
+#undef TkMacOSXIsCharacterMissing
+#define TkMacOSXIsCharacterMissing(tkfont) ((void)tkfont, 0)
#undef TCL_STORAGE_CLASS
#define TCL_STORAGE_CLASS DLLIMPORT