summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-13 15:25:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-13 15:25:19 (GMT)
commite312cb85dff0db0346f922c5c5ecc0c61f31fd8c (patch)
tree3e05f67d8a847145cc74fbc47da7014c0fc83f26 /macosx
parent3f4576aa127cab633b5c71369606afc548f26a8d (diff)
downloadtk-e312cb85dff0db0346f922c5c5ecc0c61f31fd8c.zip
tk-e312cb85dff0db0346f922c5c5ecc0c61f31fd8c.tar.gz
tk-e312cb85dff0db0346f922c5c5ecc0c61f31fd8c.tar.bz2
Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1), which some keyboards might have.
Add more header-files, with available keycodes on various platforms, and add some missing keysyms to ks_names.h (adapted from X11R6). This improves compatibility for Windows/MacOSX compared to X11R6.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXFont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXFont.c b/macosx/tkMacOSXFont.c
index d6429ed..153ce3b 100644
--- a/macosx/tkMacOSXFont.c
+++ b/macosx/tkMacOSXFont.c
@@ -400,7 +400,7 @@ TkpFontPkgInit(
* return a font with the invalid familyName ".SF NSMono" instead of the
* valid familyName "NSMono". Calling [NSFont userFixedPitchFontOfSize:11]
* returns a font in the "Menlo" family which has a valid familyName.
- */
+ */
nsFont = (NSFont*) CTFontCreateUIFontForLanguage(fixedPitch, 11, NULL);
#else
nsFont = [NSFont userFixedPitchFontOfSize:11];