Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
45435f08
Commit
45435f08
authored
Oct 01, 2013
by
Alp Aker
Browse files
* macfont.m (macfont_draw): Use CGRectMake rather than NSMakeRect
(Bug#15500).
parent
4e356363
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/macfont.m
src/macfont.m
+1
-1
No files found.
src/ChangeLog
View file @
45435f08
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
...
...
src/macfont.m
View file @
45435f08
...
...
@@ -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)));
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment