emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/font.h,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/font.h,v
Date: Tue, 20 May 2008 06:32:38 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/05/20 06:32:38

Index: font.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/font.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- font.h      19 May 2008 07:23:21 -0000      1.9
+++ font.h      20 May 2008 06:32:37 -0000      1.10
@@ -58,6 +58,7 @@
 
 struct font_driver;
 struct font;
+struct glyph_string;
 
 /* An enumerator for each font property.  This is used as an index to
    the vector of FONT-SPEC and FONT-ENTITY.
@@ -766,6 +767,7 @@
 extern Lisp_Object font_make_entity P_ ((void));
 extern Lisp_Object font_make_object P_ ((int));
 
+extern Lisp_Object find_font_encoding P_ ((Lisp_Object));
 extern int font_registry_charsets P_ ((Lisp_Object, struct charset **,
                                       struct charset **));
 extern int font_style_to_value P_ ((enum font_property_index prop,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]