mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 21:07:36 +00:00
(QCscalable): Extern it.
(font_parse_xlfd, font_parse_fcname): Prototype adjusted.
This commit is contained in:
parent
6c4aeab695
commit
a46bb06e73
1 changed files with 3 additions and 3 deletions
|
|
@ -128,7 +128,7 @@ enum font_property_index
|
|||
FONT_ENTITY_MAX
|
||||
};
|
||||
|
||||
extern Lisp_Object QCspacing, QCdpi, QCotf, QClanguage, QCscript;
|
||||
extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClanguage, QCscript;
|
||||
|
||||
/* Important character set symbols. */
|
||||
extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp;
|
||||
|
|
@ -458,10 +458,10 @@ extern void font_parse_old_font_spec P_ ((Lisp_Object, Lisp_Object,
|
|||
Lisp_Object, Lisp_Object));
|
||||
|
||||
|
||||
extern int font_parse_xlfd P_ ((char *name, Lisp_Object font, int merge));
|
||||
extern int font_parse_xlfd P_ ((char *name, Lisp_Object font));
|
||||
extern int font_unparse_xlfd P_ ((Lisp_Object font, int pixel_size,
|
||||
char *name, int bytes));
|
||||
extern int font_parse_fcname P_ ((char *name, Lisp_Object font, int merge));
|
||||
extern int font_parse_fcname P_ ((char *name, Lisp_Object font));
|
||||
extern int font_unparse_fcname P_ ((Lisp_Object font, int pixel_size,
|
||||
char *name, int bytes));
|
||||
extern void register_font_driver P_ ((struct font_driver *driver, FRAME_PTR f));
|
||||
|
|
|
|||
Loading…
Reference in a new issue