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
c7eb9816
Commit
c7eb9816
authored
Jun 08, 2009
by
Adrian Robert
Browse files
nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
parent
c3c122b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/nsterm.h
src/nsterm.h
+1
-1
No files found.
src/ChangeLog
View file @
c7eb9816
...
...
@@ -23,6 +23,8 @@
(nsfont_draw): Handle "automatic" (lookup-table) compositions.
(dump_glyphstring): Rename to ns_dump_glyphstring.
* nsterm.h (dump_glyphstring): Rename to ns_dump_glyphstring.
* nsfns.m (Fns_popup_font_panel): Use shared font manager.
* fontset.c (fontset_from_font): Remove NS-specific code.
...
...
src/nsterm.h
View file @
c7eb9816
...
...
@@ -682,7 +682,7 @@ extern void nsfont_make_fontset_for_font (Lisp_Object name,
/* In nsfont, for debugging */
struct
glyph_string
;
void
dump_glyphstring
(
struct
glyph_string
*
s
);
void
ns_
dump_glyphstring
(
struct
glyph_string
*
s
);
/* Implemented in nsterm, published in or needed from nsfns. */
extern
Lisp_Object
Qfontsize
;
...
...
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