diff options
| author | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
| commit | adf2fc4a01efe77d73cd52bc9173914ed56ff531 (patch) | |
| tree | a5a280a5554a7bffeaf94fccae29fa3ac1a5d066 /src/fontset.h | |
| parent | 63191d9f2043d2e67657e85a7b3842805dd1dad6 (diff) | |
| parent | 38726039b77db432989fed106c88e9f1aa463281 (diff) | |
| download | emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.tar.gz emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.zip | |
Merge from mainline.
Diffstat (limited to 'src/fontset.h')
| -rw-r--r-- | src/fontset.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fontset.h b/src/fontset.h index fd16c7178f5..b8ef4789e71 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -26,8 +26,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 26 | #ifndef EMACS_FONTSET_H | 26 | #ifndef EMACS_FONTSET_H |
| 27 | #define EMACS_FONTSET_H | 27 | #define EMACS_FONTSET_H |
| 28 | 28 | ||
| 29 | struct face; | ||
| 30 | |||
| 31 | extern void free_face_fontset (struct frame *, struct face *); | 29 | extern void free_face_fontset (struct frame *, struct face *); |
| 32 | extern int face_for_char (struct frame *, struct face *, int, | 30 | extern int face_for_char (struct frame *, struct face *, int, |
| 33 | int, Lisp_Object); | 31 | int, Lisp_Object); |
| @@ -42,7 +40,6 @@ extern Lisp_Object Qlatin; | |||
| 42 | extern Lisp_Object fontset_name (int); | 40 | extern Lisp_Object fontset_name (int); |
| 43 | extern Lisp_Object fontset_ascii (int); | 41 | extern Lisp_Object fontset_ascii (int); |
| 44 | 42 | ||
| 45 | struct font; | ||
| 46 | extern int face_for_font (struct frame *, Lisp_Object, struct face *); | 43 | extern int face_for_font (struct frame *, Lisp_Object, struct face *); |
| 47 | 44 | ||
| 48 | #endif /* EMACS_FONTSET_H */ | 45 | #endif /* EMACS_FONTSET_H */ |