aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/macfont.m5
-rw-r--r--src/nsmenu.m2
-rw-r--r--src/nsterm.m2
3 files changed, 5 insertions, 4 deletions
diff --git a/src/macfont.m b/src/macfont.m
index dccb4e6fd02..be8153390d2 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -410,8 +410,9 @@ mac_font_shape_1 (NSFont *font, NSString *string,
410 /* For now we assume the direction is not changed within the 410 /* For now we assume the direction is not changed within the
411 string. */ 411 string. */
412 [layoutManager getGlyphsInRange:(NSMakeRange (glyphIndex, 1)) 412 [layoutManager getGlyphsInRange:(NSMakeRange (glyphIndex, 1))
413 glyphs:NULL characterIndexes:NULL 413 glyphs:NULL
414 glyphInscriptions:NULL elasticBits:NULL 414 properties:NULL
415 characterIndexes:NULL
415 bidiLevels:&bidiLevel]; 416 bidiLevels:&bidiLevel];
416 if (bidiLevel & 1) 417 if (bidiLevel & 1)
417 permutation = xmalloc (sizeof (NSUInteger) * used); 418 permutation = xmalloc (sizeof (NSUInteger) * used);
diff --git a/src/nsmenu.m b/src/nsmenu.m
index 5e863bb17d7..8dcbe194d57 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -750,7 +750,7 @@ x_activate_menubar (struct frame *f)
750 modifierFlags: 0 750 modifierFlags: 0
751 timestamp: [e timestamp] 751 timestamp: [e timestamp]
752 windowNumber: [[view window] windowNumber] 752 windowNumber: [[view window] windowNumber]
753 context: [e context] 753 context: nil
754 eventNumber: 0/*[e eventNumber] */ 754 eventNumber: 0/*[e eventNumber] */
755 clickCount: 1 755 clickCount: 1
756 pressure: 0]; 756 pressure: 0];
diff --git a/src/nsterm.m b/src/nsterm.m
index 785147ae8d0..8b0c3cf249e 100644
--- a/src/nsterm.m
+++ b/src/nsterm.m
@@ -8602,7 +8602,7 @@ not_in_argv (NSString *arg)
8602 modifierFlags: [e modifierFlags] 8602 modifierFlags: [e modifierFlags]
8603 timestamp: [e timestamp] 8603 timestamp: [e timestamp]
8604 windowNumber: [e windowNumber] 8604 windowNumber: [e windowNumber]
8605 context: [e context] 8605 context: nil
8606 eventNumber: [e eventNumber] 8606 eventNumber: [e eventNumber]
8607 clickCount: [e clickCount] 8607 clickCount: [e clickCount]
8608 pressure: [e pressure]]; 8608 pressure: [e pressure]];