* macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect
(Bug#15500).
This commit is contained in:
parent
4e356363b0
commit
45435f0857
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-01 Alp Aker <alp.tekin.aker@gmail.com>
|
||||
|
||||
* macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect
|
||||
(Bug#15500).
|
||||
|
||||
2013-09-29 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* xdisp.c (get_next_display_element): Don't call face_for_font in
|
||||
|
|
|
@ -2708,7 +2708,7 @@ So we use CTFontDescriptorCreateMatchingFontDescriptor (no
|
|||
{
|
||||
CG_SET_FILL_COLOR_WITH_GC_BACKGROUND (context, s);
|
||||
CGContextFillRect (context,
|
||||
NSMakeRect (x, y,
|
||||
CGRectMake (x, y,
|
||||
s->width, FONT_HEIGHT (s->font)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue