* src/nsterm.m (mouseDown:):
* src/nsmenu.m (runMenuAt:forFrame:keymaps:): Remove call to
deprecated method. The return value is always nil.
* src/macfont.m (mac_font_shape_1): Replace call to deprecated method.
/* For now we assume the direction is not changed within the
string. */
[layoutManager getGlyphsInRange:(NSMakeRange (glyphIndex, 1))
- glyphs:NULL characterIndexes:NULL
- glyphInscriptions:NULL elasticBits:NULL
+ glyphs:NULL
+ properties:NULL
+ characterIndexes:NULL
bidiLevels:&bidiLevel];
if (bidiLevel & 1)
permutation = xmalloc (sizeof (NSUInteger) * used);
modifierFlags: 0
timestamp: [e timestamp]
windowNumber: [[view window] windowNumber]
- context: [e context]
+ context: nil
eventNumber: 0/*[e eventNumber] */
clickCount: 1
pressure: 0];
modifierFlags: [e modifierFlags]
timestamp: [e timestamp]
windowNumber: [e windowNumber]
- context: [e context]
+ context: nil
eventNumber: [e eventNumber]
clickCount: [e clickCount]
pressure: [e pressure]];